mirror of https://github.com/axmolengine/axmol.git
fix: compiles cpp-empty-test
This commit is contained in:
parent
ccfbc29288
commit
98e2c4bb4a
|
@ -92,7 +92,9 @@ bool AppDelegate::applicationDidFinishLaunching()
|
||||||
cocostudio::LocalizationHelper::setCurrentManager(lm, true);
|
cocostudio::LocalizationHelper::setCurrentManager(lm, true);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
glview->setVREnabled(true);
|
// to enable VR, uncomment the following lines
|
||||||
|
// auto vrImpl = new VRGenericRenderer;
|
||||||
|
// glview->setVR(vrImpl);
|
||||||
|
|
||||||
// turn on display FPS
|
// turn on display FPS
|
||||||
director->setDisplayStats(true);
|
director->setDisplayStats(true);
|
||||||
|
|
Loading…
Reference in New Issue