From 4cdd20a2fed2b771582b3cce2f9a722bb9d70bc4 Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Sun, 27 Mar 2022 04:19:47 +0300 Subject: [PATCH] Fix issue with export preview not working when importing an image --- src/Autoload/Export.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Autoload/Export.gd b/src/Autoload/Export.gd index c4b4f55fa..4803da069 100644 --- a/src/Autoload/Export.gd +++ b/src/Autoload/Export.gd @@ -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[]