Skip to content

Commit 71748fa

Browse files
committed
rework simulator flow
1 parent fde839a commit 71748fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

simulator/simulator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ JNIEXPORT void simulator_start(JNIEnv* env, jobject thiz, jobject bitmap, jint w
5555
(*env)->DeleteGlobalRef(env, s_simulator_thiz);
5656
s_simulator_thiz = NULL;
5757
s_simulator_jvm = NULL;
58-
exit(0);
5958
}
6059

6160
JNIEXPORT void simulator_key(jint key)

0 commit comments

Comments
 (0)