Lower the cap on zooming so it looks better

This commit is contained in:
Ylva Selling
2021-05-07 14:37:15 +02:00
parent 317a62cb90
commit 03dbbd1352

View File

@@ -60,7 +60,7 @@ namespace openspace {
ScreenSpaceSkyTarget* _skyTarget;
std::thread _threadWWTMessages;
// For capping the calls to change the zoom from scrolling
constexpr static const std::chrono::milliseconds TimeUpdateInterval{ 25 };
constexpr static const std::chrono::milliseconds TimeUpdateInterval{ 10 };
std::chrono::system_clock::time_point _lastUpdateTime;
};
}