You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +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) {
|
void TileSetEditor::_on_edit_mode_changed(int p_edit_mode) {
|
||||||
|
draw_handles = false;
|
||||||
|
creating_shape = false;
|
||||||
edit_mode = (EditMode)p_edit_mode;
|
edit_mode = (EditMode)p_edit_mode;
|
||||||
switch (edit_mode) {
|
switch (edit_mode) {
|
||||||
case EDITMODE_REGION: {
|
case EDITMODE_REGION: {
|
||||||
|
|||||||
Reference in New Issue
Block a user