commit b39590d3dc32e1a699a466d1767e7ce19ecf49ef parent 8902403ef922e56940d622e0d146739edb339a85 Author: Andrew Laack <andrew@laack.co> Date: Mon, 14 Sep 2026 21:23:54 -0500 Added sleep Diffstat:
| M | background/main.cpp | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/background/main.cpp b/background/main.cpp @@ -31,9 +31,8 @@ int main() { g.traverseVertexIdx(0); visitedIndices.insert(0); - - while (!WindowShouldClose()) { + sleep(1); BeginDrawing(); ClearBackground(BLACK);