You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Fix uninitialized value
This commit is contained in:
@@ -1338,6 +1338,7 @@ void EditorAssetLibrary::_bind_methods() {
|
|||||||
|
|
||||||
EditorAssetLibrary::EditorAssetLibrary(bool p_templates_only) {
|
EditorAssetLibrary::EditorAssetLibrary(bool p_templates_only) {
|
||||||
|
|
||||||
|
requesting = REQUESTING_NONE;
|
||||||
templates_only = p_templates_only;
|
templates_only = p_templates_only;
|
||||||
|
|
||||||
VBoxContainer *library_main = memnew(VBoxContainer);
|
VBoxContainer *library_main = memnew(VBoxContainer);
|
||||||
|
|||||||
Reference in New Issue
Block a user