mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 02:23:36 +00:00
Misc. typos
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
This commit is contained in:
@@ -390,7 +390,7 @@ bool GDNative::terminate() {
|
||||
if (library->should_load_once()) {
|
||||
Vector<Ref<GDNative> > *gdnatives = &(*GDNativeLibrary::loaded_libraries)[library->get_current_library_path()];
|
||||
if (gdnatives->size() > 1) {
|
||||
// there are other GDNative's still using this library, so we actually don't terminte
|
||||
// there are other GDNative's still using this library, so we actually don't terminate
|
||||
gdnatives->erase(Ref<GDNative>(this));
|
||||
initialized = false;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user