mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 16:33:30 +00:00
Merge pull request #32150 from luzpaz/typos
Fix misc. source comment typos
This commit is contained in:
commit
fdc2463a1b
26 changed files with 42 additions and 38 deletions
|
@ -2072,7 +2072,7 @@ Error GDScriptCompiler::_parse_class_blocks(GDScript *p_script, const GDScriptPa
|
|||
}
|
||||
instance->owner->set_script_instance(instance);
|
||||
|
||||
/* STEP 2, INITIALIZE AND CONSRTUCT */
|
||||
/* STEP 2, INITIALIZE AND CONSTRUCT */
|
||||
|
||||
Variant::CallError ce;
|
||||
p_script->initializer->call(instance, NULL, 0, ce);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue