Indev450 / SRB2Kart-Saturn

GNU General Public License v2.0
24 stars 9 forks source link

Small Interpolation Optimizations #107

Closed alufolie91 closed 7 months ago

alufolie91 commented 7 months ago

Now only things that actually change their states will interpolate also adds gr_maxinterpdist which allows to set the max distance mobj interpolation takes effect also adds the "mobjsubsectorinterp" cvar which toggles mobj subsector interpolation (which uses R_PointInSubsector quite often, which is quite the costly function)