mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 20:43:14 +00:00
Fix crash when opening the tile mode offsets dialog
This commit is contained in:
parent
94735fc08b
commit
e10b0d1b08
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue