You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fixes editor crashing when editing autotiles issue #24004
This commit is contained in:
@@ -600,6 +600,8 @@ void TileSetEditor::_on_textures_added(const PoolStringArray &p_paths) {
|
||||
}
|
||||
|
||||
void TileSetEditor::_on_edit_mode_changed(int p_edit_mode) {
|
||||
draw_handles = false;
|
||||
creating_shape = false;
|
||||
edit_mode = (EditMode)p_edit_mode;
|
||||
switch (edit_mode) {
|
||||
case EDITMODE_REGION: {
|
||||
|
||||
Reference in New Issue
Block a user