mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-21 13:03:13 +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
|
var current_tab: int = ExportTab.FRAME
|
||||||
# Frame options
|
# Frame options
|
||||||
var frame_number := 0
|
var frame_number := 1
|
||||||
# All frames and their layers processed/blended into images
|
# All frames and their layers processed/blended into images
|
||||||
var processed_images = [] # Image[]
|
var processed_images = [] # Image[]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue