fixed rendering issues with non-30 fps

This commit is contained in:
2026-01-14 04:36:24 -05:00
parent 579ca08181
commit 3b551abb8a
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ namespace anm2ed::imgui
}
else
{
if (animation_render(ffmpegPath, path, renderFrames, audioStream, (render::Type)type, size, anm2.info.fps))
if (animation_render(ffmpegPath, path, renderFrames, audioStream, (render::Type)type, size))
{
toasts.push(std::vformat(localize.get(TOAST_EXPORT_RENDERED_ANIMATION), std::make_format_args(pathString)));
logger.info(std::vformat(localize.get(TOAST_EXPORT_RENDERED_ANIMATION, anm2ed::ENGLISH),