mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-09-28 07:04:43 -04:00
Fixed some leak issues with gdgifexporter
Made scrips extend Reference instead of Node
This commit is contained in:
parent
14d958e55f
commit
1ff32f2892
9 changed files with 9 additions and 9 deletions
|
@ -240,7 +240,7 @@ func export_gif(args: Dictionary) -> void:
|
|||
Global.notification_label("File(s) exported")
|
||||
|
||||
|
||||
func write_frame_to_gif(image: Image, wait_time: float, exporter: Node, export_dialog: Node) -> void:
|
||||
func write_frame_to_gif(image: Image, wait_time: float, exporter: Reference, export_dialog: Node) -> void:
|
||||
exporter.write_frame(image, wait_time, quantization)
|
||||
increase_export_progress(export_dialog)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue