Forever-Engine-Legacy icon indicating copy to clipboard operation
Forever-Engine-Legacy copied to clipboard

improve lerping

Open somefnfplayerlol opened this issue 3 years ago • 1 comments

somefnfplayerlol avatar Aug 25 '22 14:08 somefnfplayerlol

would be better to use Main.framerateAdjust for the easeLerp, as it's used often on Forever Engine, like this

var easeLerp = 1 - Main.framerateAdjust(0.5);

crowplexus avatar Aug 25 '22 17:08 crowplexus

I'll merge it for now but there's a lot of framerate bound stuff in legacy still that bothers me and I wish I could properly fix it at some point.

Yoshubs avatar Oct 31 '22 02:10 Yoshubs