Fix uninitialized value
This commit is contained in:
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue