diff --git a/compile_commands.json b/compile_commands.json
index bc0dce8..e2be980 120000
--- a/compile_commands.json
+++ b/compile_commands.json
@@ -1 +1 @@
-/home/anon/sda/Personal/Repos/anm2ed/out/build/linux-debug/compile_commands.json
\ No newline at end of file
+/home/anon/sda/Personal/Repos/anm2ed/out/build/linux-release/compile_commands.json
\ No newline at end of file
diff --git a/src/imgui/wizard/render_animation.cpp b/src/imgui/wizard/render_animation.cpp
index 2031b0d..e4b8da0 100644
--- a/src/imgui/wizard/render_animation.cpp
+++ b/src/imgui/wizard/render_animation.cpp
@@ -270,11 +270,11 @@ namespace anm2ed::imgui::wizard
};
if (!path_valid_check()) return false;
- if (!png_format_valid_check()) return false;
switch (type)
{
case render::PNGS:
+ if (!png_format_valid_check()) return false;
if (!png_directory_valid_check()) return false;
format.replace_extension(render::EXTENSIONS[render::SPRITESHEET]);
break;
diff --git a/workshop/metadata.xml b/workshop/metadata.xml
index 74c8703..662df09 100644
--- a/workshop/metadata.xml
+++ b/workshop/metadata.xml
@@ -53,6 +53,6 @@ Alternatively, if you have subscribed to the mod, you can find the latest releas
[h3]Happy animating![/h3]
[img]https://files.catbox.moe/4auc1c.gif[/img]
- 2.19
+ 2.20
Public