Android: opengles20 LoadImageData bug

Monkey Forums/Monkey Bug Reports/Android: opengles20 LoadImageData bug

AdamRedwoods(Posted 2013) [#1]
in module opengl

gles20.monkey
line 480 (android)
Function BBLoadImageData:BBDataBuffer( buf:BBDataBuffer,path$,info[]=[] )="bb_opengl_gles20.LoadImageData"

"LoadImageData" should have an underscore in from of it to match the native method in .


marksibly(Posted 2013) [#2]
Thanks!

I removed the underscore from the native code instead to match up with the other native versions.