You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
SampleLibraryEditor: Initialize "is_playing" variable
Fixes crash caused by jumping to wrong place due to uninitialized
variable.
Closes #4703
(cherry picked from commit 9acb666320)
This commit is contained in:
committed by
Rémi Verschelde
parent
21e05167b1
commit
bff77d731f
@@ -481,7 +481,7 @@ SampleLibraryEditor::SampleLibraryEditor() {
|
|||||||
file->connect("files_selected", this,"_file_load_request");
|
file->connect("files_selected", this,"_file_load_request");
|
||||||
tree->connect("item_edited", this,"_item_edited");
|
tree->connect("item_edited", this,"_item_edited");
|
||||||
|
|
||||||
|
is_playing = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user