mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Misc. typos
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
This commit is contained in:
parent
0d04fb76e1
commit
08bde5b2de
81 changed files with 123 additions and 123 deletions
|
|
@ -3304,7 +3304,7 @@ Error GDScriptLanguage::lookup_code(const String &p_code, const String &p_symbol
|
|||
}
|
||||
} else {
|
||||
/*
|
||||
// Because get_integer_constant_enum and get_integer_constant dont work on @GlobalScope
|
||||
// Because get_integer_constant_enum and get_integer_constant don't work on @GlobalScope
|
||||
// We cannot determine the exact nature of the identifier here
|
||||
// Otherwise these codes would work
|
||||
StringName enumName = ClassDB::get_integer_constant_enum("@GlobalScope", p_symbol, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue