diff --git a/src/imgui/window/animation_preview.cpp b/src/imgui/window/animation_preview.cpp index 29b6b0d..e5f899a 100644 --- a/src/imgui/window/animation_preview.cpp +++ b/src/imgui/window/animation_preview.cpp @@ -127,11 +127,16 @@ namespace anm2ed::imgui renderFrames.clear(); - pan = savedPan; - zoom = savedZoom; - settings = savedSettings; - overlayIndex = savedOverlayIndex; - isSizeTrySet = true; + if (settings.renderIsRawAnimation) + { + + settings = savedSettings; + + pan = savedPan; + zoom = savedZoom; + overlayIndex = savedOverlayIndex; + isSizeTrySet = true; + } if (settings.timelineIsSound) audioStream.capture_end(mixer); diff --git a/workshop/metadata.xml b/workshop/metadata.xml index e739afd..c3b9fc3 100644 --- a/workshop/metadata.xml +++ b/workshop/metadata.xml @@ -8,7 +8,7 @@ [h2]Anm2Ed[/h2] -A reimplementation of [i]The Binding of Isaac: Rebirth[/i]'s proprietary animation editor. Manipulates the XML-based ".anm2" format, used for in-game tweened animations. +A reimplementation of [i]The Binding of Isaac: Rebirth[/i]'s proprietary animation editor. Manipulates the XML-based ".anm2" format, used for in-game tweened animations. [h2]Features[/h2] [list] @@ -35,11 +35,11 @@ You will need FFmpeg installed! Get it from [url=https://ffmpeg.org/download.htm [h2]Download (Windows)[/h2] https://github.com/ShweetsStuff/anm2ed/releases -Alternatively, if you have subscribed to the mod, you can find the latest release inside the "resources" folder. Once downloaded, you can put it wherever you want. +Alternatively, if you have subscribed to the mod, you can find the latest release inside the "resources" folder. Once downloaded, you can put it wherever you want. [h3]Happy animating![/h3] [img]https://files.catbox.moe/4auc1c.gif[/img] - 2.1 + 2.2 Public