You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix uninitialized value
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user