mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Update Canvas.gd
This commit is contained in:
parent
bb5e70b965
commit
dade9560d7
|
@ -39,7 +39,6 @@ func _ready() -> void:
|
|||
|
||||
func _draw() -> void:
|
||||
var current_cels : Array = Global.frames[Global.current_frame].cels
|
||||
|
||||
if Global.onion_skinning:
|
||||
onion_skinning()
|
||||
|
||||
|
|
Loading…
Reference in a new issue