mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Typos
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user