mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Demo fixes.
--HG-- branch : dev
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Demo_Test::EETest * TestInstance = NULL;
|
||||
|
||||
static void MainLoop() {
|
||||
static void mainLoop() {
|
||||
TestInstance->update();
|
||||
}
|
||||
|
||||
@@ -1528,7 +1528,7 @@ void EETest::process() {
|
||||
if ( NULL != mWindow && mWindow->isOpen() ) {
|
||||
TestInstance = this;
|
||||
|
||||
mWindow->runMainLoop( &MainLoop );
|
||||
mWindow->runMainLoop( &mainLoop );
|
||||
}
|
||||
|
||||
end();
|
||||
|
||||
Reference in New Issue
Block a user