This commit is contained in:
Henrik Rydgard
2012-04-14 07:39:22 +02:00
parent a9087ea47c
commit dccb7bafdd
5 changed files with 15 additions and 6 deletions
+2 -2
View File
@@ -122,12 +122,12 @@ extern "C" void Java_com_turboviking_libnative_NativeApp_init
extern "C" void Java_com_turboviking_libnative_NativeApp_shutdown
(JNIEnv *, jclass) {
ILOG("RollerBallMainShutdown - calling NativeShutdown.");
ILOG("NativeShutdown.");
if (renderer_inited) {
NativeShutdownGraphics();
}
NativeShutdown();
ILOG("RollerBallMainShutdown - calling VFSShutdown.");
ILOG("VFSShutdown.");
VFSShutdown();
}