mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
Fix issue with export preview not working when importing an image
This commit is contained in:
parent
8e1175429e
commit
4cdd20a2fe
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const MedianCutQuantization = preload("res://addons/gdgifexporter/quantization/m
|
|||
|
||||
var current_tab: int = ExportTab.FRAME
|
||||
# Frame options
|
||||
var frame_number := 0
|
||||
var frame_number := 1
|
||||
# All frames and their layers processed/blended into images
|
||||
var processed_images = [] # Image[]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue