summaryrefslogtreecommitdiff
path: root/plugins/hello_signals
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hello_signals')
-rw-r--r--plugins/hello_signals/src/main/java/fhuyakou/godot/plugin/android/hellosignals/HelloSignalsPlugin.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hello_signals/src/main/java/fhuyakou/godot/plugin/android/hellosignals/HelloSignalsPlugin.kt b/plugins/hello_signals/src/main/java/fhuyakou/godot/plugin/android/hellosignals/HelloSignalsPlugin.kt
index d6df7ef..1e7e346 100644
--- a/plugins/hello_signals/src/main/java/fhuyakou/godot/plugin/android/hellosignals/HelloSignalsPlugin.kt
+++ b/plugins/hello_signals/src/main/java/fhuyakou/godot/plugin/android/hellosignals/HelloSignalsPlugin.kt
@@ -50,7 +50,7 @@ class HelloSignalsPlugin(godot: Godot) : GodotPlugin(godot) {
}
@UsedByGodot
- private fun onButtonPressed() {
+ fun onButtonPressed() {
Log.i(TAG, "OnButtonPressed from Kotlin")
if (!startTikTok()) {
stopTikTok()