mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-24 14:50:45 +00:00
format everything
This commit is contained in:
@@ -15,5 +15,5 @@ void PerformanceTimer::PrintElapsedTime(const std::wstring& description) {
|
||||
std::chrono::steady_clock::now() - m_startTime;
|
||||
|
||||
fprintf(stderr, "TIMER: %ls: Elapsed time %f\n", description.c_str(),
|
||||
elapsedTime.count());
|
||||
elapsedTime.count());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user