From ba6a342c9450ac8c6c567e3a1e3cc9bb57339d48 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sun, 9 Nov 2025 11:09:04 +0100 Subject: [PATCH] real time --- src/Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Main.cpp b/src/Main.cpp index 3570c24..34b6c2f 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -9,9 +9,9 @@ #include constexpr int WORK_GROUP_SIZE = 64; -constexpr int PARTICLE_COUNT = WORK_GROUP_SIZE * 1000; +constexpr int PARTICLE_COUNT = WORK_GROUP_SIZE * 10000; -constexpr int SWAP_INTERVAL = 60; +constexpr int SWAP_INTERVAL = 1; class Timer { public: