diff options
| author | Juan Linietsky | 2016-06-28 12:35:11 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-06-28 12:35:11 -0300 |
| commit | 519fce94e97888d37efc11b44e6cc6cb01b51a3a (patch) | |
| tree | 0f9fb3bf2d362bc1852e77bf9d764456cc459a93 /scene/resources/scene_format_text.h | |
| parent | 3754f6cd755c5ab266869a33abdde87db4845712 (diff) | |
| download | godot-519fce94e97888d37efc11b44e6cc6cb01b51a3a.tar.gz godot-519fce94e97888d37efc11b44e6cc6cb01b51a3a.tar.zst godot-519fce94e97888d37efc11b44e6cc6cb01b51a3a.zip | |
Remove error when getting dependencies from tscn files in some cases, closes #3897
Diffstat (limited to 'scene/resources/scene_format_text.h')
| -rw-r--r-- | scene/resources/scene_format_text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/scene_format_text.h b/scene/resources/scene_format_text.h index 8dbfbfda4..6122a1f9d 100644 --- a/scene/resources/scene_format_text.h +++ b/scene/resources/scene_format_text.h @@ -56,7 +56,7 @@ class ResourceInteractiveLoaderText : public ResourceInteractiveLoader { bool is_scene; String res_type; - + bool ignore_resource_parsing; // Map<String,String> remaps; |
