We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e157273 commit 5a72c86Copy full SHA for 5a72c86
1 file changed
code/sound/speech_android.cpp
@@ -9,7 +9,7 @@
9
10
bool Speech_init = false;
11
static JNIEnv* env = nullptr;
12
-static jobject j_game_class = nullptr;
+static jclass j_game_class = nullptr;
13
static jmethodID tts_speak = nullptr;
14
static jmethodID tts_stop = nullptr;
15
static jmethodID tts_pause = nullptr;
0 commit comments