fixed png format
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user