1
0
Fork 0
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:
Manolis Papadeas 2020-06-04 20:30:16 +03:00 committed by GitHub
parent bb5e70b965
commit dade9560d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()