you-win / godot-gif-getter

Records and exports a gif from your Godot game.
MIT License
40 stars 3 forks source link

Fixes the missing divide by 10 for frame delay on the single threaded write #5

Closed kruffin closed 1 year ago

kruffin commented 1 year ago

Missed the divide by 10 on the single thread :(

Thanks for the plugin!

you-win commented 1 year ago

Makes sense to me, thanks for the PR!