Merge pull request #509 from TwilitRealm/fix/ring_menu_cursor_interp

Frame interp: interpolate ring menu cursor along arc
This commit is contained in:
TakaRikka
2026-04-23 14:09:35 -07:00
committed by GitHub
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
};