mirror of https://github.com/axmolengine/axmol.git
issue #2313: Opens stencil for TestJavascript.
This commit is contained in:
parent
4074d89939
commit
afc7e39d0f
|
@ -29,7 +29,7 @@ static AppDelegate s_sharedApplication;
|
||||||
window = [[UIWindow alloc] initWithFrame: [[UIScreen mainScreen] bounds]];
|
window = [[UIWindow alloc] initWithFrame: [[UIScreen mainScreen] bounds]];
|
||||||
CCEAGLView *__glView = [CCEAGLView viewWithFrame: [window bounds]
|
CCEAGLView *__glView = [CCEAGLView viewWithFrame: [window bounds]
|
||||||
pixelFormat: kEAGLColorFormatRGBA8
|
pixelFormat: kEAGLColorFormatRGBA8
|
||||||
depthFormat: GL_DEPTH_COMPONENT16 //_OES
|
depthFormat: GL_DEPTH24_STENCIL8_OES
|
||||||
preserveBackbuffer: NO
|
preserveBackbuffer: NO
|
||||||
sharegroup: nil
|
sharegroup: nil
|
||||||
multiSampling: NO
|
multiSampling: NO
|
||||||
|
|
Loading…
Reference in New Issue