1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-02 09:03:36 +00:00

disabling step class adjustment for now

This commit is contained in:
Blake Warner 2022-04-04 22:03:07 -04:00
parent 4bf91f3aaf
commit 8d6110eb25

View File

@ -257,7 +257,7 @@ Step::Step(const Step& t)
Step::Step(float n)
{
m_value = n * FRAMERATE_SCALER;
m_value = n;// * FRAMERATE_SCALER;
}
float Step::value() const