From 5b7e264d3a11baebd7fedb63f104959ccdc6ad65 Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Thu, 18 Jul 2024 01:09:46 -0500 Subject: fix(force calculation): Added calculations for wrapping Introduces a new issue with performance, need to add multithreading in the next update --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d93a0a5..0903766 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ zig-out/ -zig-cache/ +.zig-cache/ imgui.ini -- cgit v1.2.3