1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 16:17:34 +00:00
serenity/Ports/c-ray/patches/replace-micro-symbol.patch

10 lines
630 B
Diff

+++ c-ray-master/src/renderer/renderer.c 2021-04-16 13:21:09.364524790 -0700
@@ -138,7 +138,7 @@
float sps = (1000000.0f / usPerRay) * (r->prefs.threadCount + remoteThreads);
char rem[64];
smartTime((msecTillFinished) / (r->prefs.threadCount + remoteThreads), rem);
- logr(info, "[%s%.0f%%%s] μs/path: %.02f, etf: %s, %.02lfMs/s %s \r",
+ logr(info, "[%s%.0f%%%s] us/path: %.02f, etf: %s, %.02lfMs/s %s \r",
KBLU,
interactive ? ((float)r->state.finishedPasses / (float)r->prefs.sampleCount) * 100.0f :
((float)r->state.finishedTileCount / (float)r->state.tileCount) * 100.0f,