Skip to content

Commit 5a72c86

Browse files
committed
correct type
1 parent e157273 commit 5a72c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/sound/speech_android.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
bool Speech_init = false;
1111
static JNIEnv* env = nullptr;
12-
static jobject j_game_class = nullptr;
12+
static jclass j_game_class = nullptr;
1313
static jmethodID tts_speak = nullptr;
1414
static jmethodID tts_stop = nullptr;
1515
static jmethodID tts_pause = nullptr;

0 commit comments

Comments
 (0)