Frame interp: interpolate ring menu cursor along arc

This commit is contained in:
Pheenoh
2026-04-23 08:38:47 -06:00
parent 2a5ba2776f
commit bc64f580b4
2 changed files with 53 additions and 9 deletions
+4
View File
@@ -210,6 +210,10 @@ private:
f32 mCursorInterpPrevY;
f32 mCursorInterpCurrX;
f32 mCursorInterpCurrY;
s16 mCursorInterpPrevAngle;
s16 mCursorInterpCurrAngle;
bool mCursorInterpPrevAngular;
bool mCursorInterpCurrAngular;
bool mCursorInterpInit;
#endif
};