staggering progress

This commit is contained in:
2025-05-24 16:09:30 +02:00
parent 1f6419a341
commit 542b4340a8
9 changed files with 391 additions and 15 deletions

View File

@@ -44,7 +44,6 @@ double nn_realTime() {
#else
double nn_realTime() {
LARGE_INTEGER frequency = {0};
if(!QueryPerformanceFrequency(&frequency)) return 0;