diff options
author | Franklin Sobrinho <franklin_gs@hotmail.com> | 2016-01-24 18:38:37 -0300 |
---|---|---|
committer | Franklin Sobrinho <franklin_gs@hotmail.com> | 2016-01-24 18:38:37 -0300 |
commit | 41ae83e41562213a8cd53643f124a13731a098ad (patch) | |
tree | d829660a3687513e91cb26b2c65540f5e89cd68c /core | |
parent | c247f5ad61f2575c321fb8117ed4212611e8cdf4 (diff) |
Fixed small inconsistencies with the text format
Diffstat (limited to 'core')
-rw-r--r-- | core/globals.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/globals.cpp b/core/globals.cpp index 1e60854f28..5f52420735 100644 --- a/core/globals.cpp +++ b/core/globals.cpp @@ -1419,7 +1419,7 @@ Globals::Globals() { set("application/name","" ); set("application/main_scene",""); - custom_prop_info["application/main_scene"]=PropertyInfo(Variant::STRING,"application/main_scene",PROPERTY_HINT_FILE,"scn,res,xscn,xml"); + custom_prop_info["application/main_scene"]=PropertyInfo(Variant::STRING,"application/main_scene",PROPERTY_HINT_FILE,"scn,res,xscn,xml,tscn"); set("application/disable_stdout",false); set("application/use_shared_user_dir",true); |