mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Typos
This commit is contained in:
parent
28bd72a7e1
commit
bc7e68dfd1
19 changed files with 97 additions and 97 deletions
|
|
@ -54,7 +54,7 @@ JavaScriptBridge *JavaScriptBridge::get_singleton() {
|
|||
}
|
||||
|
||||
JavaScriptBridge::JavaScriptBridge() {
|
||||
ERR_FAIL_COND_MSG(singleton != nullptr, "JavaScriptBridge singleton already exist.");
|
||||
ERR_FAIL_COND_MSG(singleton != nullptr, "JavaScriptBridge singleton already exists.");
|
||||
singleton = this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue