Chromium Code Reviews| Index: nacltoons/src/app_delegate.cc |
| diff --git a/nacltoons/src/app_delegate.cc b/nacltoons/src/app_delegate.cc |
| index 6cffb04fd19f073d5c9fb3db8eb778f0516ad6db..ab3f03e96f6707a2223f4081060ea5235d41f53a 100644 |
| --- a/nacltoons/src/app_delegate.cc |
| +++ b/nacltoons/src/app_delegate.cc |
| @@ -13,7 +13,8 @@ bool AppDelegate::applicationDidFinishLaunching() { |
| director->setOpenGLView(view); |
| director->setDisplayStats(true); |
| - CCScene* scene = FrontEnd::scene(); |
| + // Craete the initial (autorelease) scene and run with it. |
|
noelallen_use_chromium
2013/02/13 00:22:41
Create
|
| + CCScene* scene = FrontEndScene::create(); |
| director->runWithScene(scene); |
| return true; |
| } |