One too much

This commit is contained in:
Henrik Rydgård 2023-08-02 14:07:47 +02:00
parent c3511529e4
commit 0b4fee1259

View File

@ -251,6 +251,9 @@ public:
std::string sThemeName;
// These aren't saved, just for instant debugging.
bool bLogFrameDrops;
// Analog stick tilting
// This is the held base angle (from the horizon), that we compute the tilt relative from.
float fTiltBaseAngleY;