Fix combatibility with older .scn files

This commit is contained in:
Bojidar Marinov
2017-11-22 13:34:43 +02:00
parent 0cf9597758
commit 3eb7858a3a
2 changed files with 9 additions and 3 deletions

View File

@ -41,6 +41,7 @@ class ResourceInteractiveLoaderBinary : public ResourceInteractiveLoader {
String res_path;
String type;
Ref<Resource> resource;
uint32_t ver_format;
FileAccess *f;