1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:57:35 +00:00

Ports: c-ray: Pin version to latest commit rather than use master branch

This commit is contained in:
Brendan Coles 2021-04-17 08:30:03 +00:00 committed by Linus Groh
parent c33592d28c
commit a89986608a
2 changed files with 8 additions and 9 deletions

View file

@ -1,9 +1,8 @@
--- c-ray-master/src/renderer/renderer.c 2021-03-13 22:08:24.699323180 +0100
+++ c-ray-master/src/renderer/renderer.c 2021-03-13 22:08:53.513237904 +0100
@@ -108,7 +108,7 @@
float sps = (1000000.0f/usPerRay) * r->prefs.threadCount;
+++ 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, rem);
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,