diff options
| author | Rémi Verschelde | 2017-03-24 21:45:31 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-03-24 21:45:31 +0100 |
| commit | debeee56f721178d44f71deb4e303b825d1dccd1 (patch) | |
| tree | 6c88f378419a5760bbe919c48c87d1c71a6ea548 /modules/gdscript/gd_script.cpp | |
| parent | c103f32ea3b19c3588d54dcef98e307f8b823f4c (diff) | |
| download | godot-debeee56f721178d44f71deb4e303b825d1dccd1.tar.gz godot-debeee56f721178d44f71deb4e303b825d1dccd1.tar.zst godot-debeee56f721178d44f71deb4e303b825d1dccd1.zip | |
Diffstat (limited to 'modules/gdscript/gd_script.cpp')
| -rw-r--r-- | modules/gdscript/gd_script.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdscript/gd_script.cpp b/modules/gdscript/gd_script.cpp index e1cc75acf..9aafe41a0 100644 --- a/modules/gdscript/gd_script.cpp +++ b/modules/gdscript/gd_script.cpp @@ -532,7 +532,7 @@ bool GDScript::_update_exports() { } } } else { - //print_line("unchaged is "+get_path()); + //print_line("unchanged is "+get_path()); } if (base_cache.is_valid()) { @@ -1271,7 +1271,7 @@ void GDInstance::call_multilevel_reversed(const StringName &p_method, const Vari void GDInstance::notification(int p_notification) { - //notification is not virutal, it gets called at ALL levels just like in C. + //notification is not virtual, it gets called at ALL levels just like in C. Variant value = p_notification; const Variant *args[1] = { &value }; |
