Browse Source

Update SceneWindow.cc

The scene window onWake needs to return true if successful.
Peter Robinson 4 years ago
parent
commit
25e850dadb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      engine/source/2d/gui/SceneWindow.cc

+ 2 - 0
engine/source/2d/gui/SceneWindow.cc

@@ -242,6 +242,8 @@ bool SceneWindow::onWake()
 	{
 	{
 		mScrollBar->onWake();
 		mScrollBar->onWake();
 	}
 	}
+
+	return true;
 }
 }
 
 
 void SceneWindow::onSleep()
 void SceneWindow::onSleep()