- fix android build errors

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7399 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-05-02 23:41:10 +00:00
parent 5b26b5b7c2
commit 44baefce4f
2 changed files with 10 additions and 0 deletions
engine/src/android/com/jme3
renderer/android
system/android

@ -2845,4 +2845,9 @@ public class OGLESShaderRenderer implements Renderer {
{
// TODO Auto-generated method stub
}
public void invalidateState(){
// TODO invalidateState
}
}

@ -271,6 +271,11 @@ public class OGLESContext implements JmeContext, GLSurfaceView.Renderer {
public void restart() {
}
public boolean isRenderable() {
// TODO isRenderable
return true;
}
/**
* TODO: get these methods to follow the spec
* @param waitFor