Unsafe compile JAVA for android build
Closed this issue · 1 comments
wopag commented
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
'----
adamredwoods commented
thanks! v0.33.5