Give the GIF recorder some memory so frame delays are a little more accurate
- Oct 17, 2020
-
-
Golden authored
Give the GIF dynamic delay memory to base future delays off of, instead of calculating for the current frame and being jank
-
NEWTICRATE
was switched out for the function I_GetTimeMicros
.
TICRATE
s and NEWTICRATERATIO
s because it just counts the real time that passed between frames instead of relying on an internal framerate.Before:
After:
Give the GIF dynamic delay memory to base future delays off of, instead of calculating for the current frame and being jank