From d7fd86d51aadda665667c88dca657993f0de14d7 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 12 Feb 2017 22:51:16 -0300 Subject: -begin of export work, not done yet -fixes to make scenes exported from godot 2.x work --- core/core_string_names.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/core_string_names.cpp') diff --git a/core/core_string_names.cpp b/core/core_string_names.cpp index a173f9860..f8c6f4779 100644 --- a/core/core_string_names.cpp +++ b/core/core_string_names.cpp @@ -35,7 +35,7 @@ CoreStringNames::CoreStringNames() { _free=StaticCString::create("free"); changed=StaticCString::create("changed"); _meta=StaticCString::create("__meta__"); - _script=StaticCString::create("script/script"); + _script=StaticCString::create("script"); script_changed=StaticCString::create("script_changed"); ___pdcdata=StaticCString::create("___pdcdata"); __getvar=StaticCString::create("__getvar"); -- cgit v1.2.3-70-g09d2