mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Way too low sleep target fps
This commit is contained in:
@@ -1213,7 +1213,7 @@ namespace hex {
|
||||
if (m_remainingUnlockedTime > std::chrono::nanoseconds(0)) {
|
||||
m_remainingUnlockedTime -= iterationTime;
|
||||
} else {
|
||||
targetFps = 0.01;
|
||||
targetFps = 5;
|
||||
}
|
||||
|
||||
requestedFrameTime = (Duration(1.0E9) / targetFps) / 1.3;
|
||||
|
||||
Reference in New Issue
Block a user