mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Fix typo in Android modules doc
This commit is contained in:
@@ -317,7 +317,7 @@ More than one singleton module can be enabled by separating with commas:
|
||||
|
||||
[android]
|
||||
|
||||
modules="org/godotengine/godot/MySingleton,corg/godotengine/godot/MyOtherSingleton"
|
||||
modules="org/godotengine/godot/MySingleton,org/godotengine/godot/MyOtherSingleton"
|
||||
|
||||
Then request the singleton Java object from Globals like this:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user