adamredwoods/minib3d-monkey

Unsafe compile JAVA for android build

Closed this issue · 1 comments

in opengles11.monkey change the function GetGLError to :- (move he retirn 0 outside the if statement)

'----

Function GetGLError:Int()
If Not DEBUG
Local gle:Int = glGetError()
If gle<>GL_NO_ERROR Then Print "**glerror: "+gle; Return 1
Endif
Return 0
End
'----

thanks! v0.33.5