fix: compiles cpp-empty-test

This commit is contained in:
Ricardo Quesada 2016-06-15 15:25:19 -07:00
parent ccfbc29288
commit 98e2c4bb4a
1 changed files with 3 additions and 1 deletions

View File

@ -92,7 +92,9 @@ bool AppDelegate::applicationDidFinishLaunching()
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
director->setDisplayStats(true);