mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
fix: ImHex using a lot of CPU
This commit is contained in:
@@ -1046,7 +1046,7 @@ namespace hex {
|
||||
passedTime = {};
|
||||
}
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::microseconds(100));
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(1));
|
||||
|
||||
endTime = std::chrono::steady_clock::now();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user