fixed png format

This commit is contained in:
2026-05-08 18:34:51 -04:00
parent d8930fcdbe
commit 2ff6639cd1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;