1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Fix crash when opening the tile mode offsets dialog

This commit is contained in:
Emmanouil Papadeas 2024-11-15 17:59:25 +02:00
parent 94735fc08b
commit e10b0d1b08

View file

@ -3,7 +3,7 @@ extends Node2D
var tiles: Tiles
var draw_center := false
@onready var canvas := get_parent() as Canvas
@onready var canvas := Global.canvas
func _draw() -> void: