From 98e2c4bb4a1b22e8411850bc31264b1f380603ab Mon Sep 17 00:00:00 2001 From: Ricardo Quesada Date: Wed, 15 Jun 2016 15:25:19 -0700 Subject: [PATCH] fix: compiles cpp-empty-test --- tests/cpp-empty-test/Classes/AppDelegate.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/cpp-empty-test/Classes/AppDelegate.cpp b/tests/cpp-empty-test/Classes/AppDelegate.cpp index 559d5926a6..5875261c87 100644 --- a/tests/cpp-empty-test/Classes/AppDelegate.cpp +++ b/tests/cpp-empty-test/Classes/AppDelegate.cpp @@ -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);