From a36a774897ae191ebb90ba803bac7f919e92bd6c Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 20 Dec 2014 15:30:06 -0300 Subject: Fixes -=-=-= -Added missing quaternion constructor -code completion fixes -winrt fixes --- modules/gdscript/gd_script.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdscript/gd_script.cpp') diff --git a/modules/gdscript/gd_script.cpp b/modules/gdscript/gd_script.cpp index 97d97f1ef..3f7a6b000 100644 --- a/modules/gdscript/gd_script.cpp +++ b/modules/gdscript/gd_script.cpp @@ -1756,6 +1756,7 @@ bool GDScript::_update_exports() { return changed; #endif + return false; } void GDScript::update_exports() { -- cgit v1.2.3-70-g09d2