mirror of https://github.com/axmolengine/axmol.git
issue #1429: Removed mGLView variable in HelloCpp/HelloLua/TestJavascript class.
This commit is contained in:
parent
ee3e68014b
commit
26a31b21b3
|
@ -37,8 +37,7 @@ import android.widget.FrameLayout;
|
|||
import android.view.ViewGroup;
|
||||
|
||||
public class HelloCpp extends Cocos2dxActivity{
|
||||
private Cocos2dxGLSurfaceView mGLView;
|
||||
|
||||
|
||||
protected void onCreate(Bundle savedInstanceState){
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
|
|
|
@ -101,8 +101,6 @@ public class HelloLua extends Cocos2dxActivity{
|
|||
ConfigurationInfo info = am.getDeviceConfigurationInfo();
|
||||
return (info.reqGlEsVersion >= 0x20000);
|
||||
}
|
||||
|
||||
private LuaGLSurfaceView mGLView;
|
||||
|
||||
|
||||
static {
|
||||
|
|
|
@ -37,7 +37,6 @@ import android.view.ViewGroup;
|
|||
import android.widget.FrameLayout;
|
||||
|
||||
public class TestJavascript extends Cocos2dxActivity{
|
||||
private Cocos2dxGLSurfaceView mGLView;
|
||||
|
||||
protected void onCreate(Bundle savedInstanceState){
|
||||
super.onCreate(savedInstanceState);
|
||||
|
|
Loading…
Reference in New Issue