Made the SystemView grid animation slightly longer/slower.

This commit is contained in:
Leon Styhre 2022-12-09 19:37:18 +01:00
parent cb4f78b763
commit 4e56dafc59

View file

@ -357,7 +357,7 @@ void SystemView::onCursorChanged(const CursorState& state)
float timeDiff {1.0f}; float timeDiff {1.0f};
if (mGrid != nullptr) { if (mGrid != nullptr) {
animTime = 250.0f; animTime = 300.0f;
timeMin = 100.0f; timeMin = 100.0f;
} }