2
0
Fork 0

Fix uninitialized value

3.1
Fabio Alessandrelli 2019-02-16 16:01:20 +07:00
parent 2293559c9f
commit 1aa1f42963
1 changed files with 1 additions and 0 deletions

@ -1338,6 +1338,7 @@ void EditorAssetLibrary::_bind_methods() {
EditorAssetLibrary::EditorAssetLibrary(bool p_templates_only) {
requesting = REQUESTING_NONE;
templates_only = p_templates_only;
VBoxContainer *library_main = memnew(VBoxContainer);