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:
parent
c33592d28c
commit
a89986608a
2 changed files with 8 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue