mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Fixed View menu options not updating the canvas
This commit is contained in:
parent
86761c92ec
commit
b720100995
|
@ -256,6 +256,7 @@ func edit_menu_id_pressed(id : int) -> void:
|
|||
Global.can_draw = false
|
||||
|
||||
func view_menu_id_pressed(id : int) -> void:
|
||||
Global.canvas.update()
|
||||
match id:
|
||||
0: # Tile mode
|
||||
Global.tile_mode = !Global.tile_mode
|
||||
|
|
Loading…
Reference in a new issue