v0.3.1 - Fixed the infamous bug

TheWahlolly didn't know that arrays were stored in pointers when set into another variable, affecting the original array. I also made some changes into the code for ocelot logs so signals are much clearer to investigate (I hope).
This commit is contained in:
Ponali
2025-04-08 19:55:23 +02:00
parent 198b56e64a
commit 6f1508d1bf
6 changed files with 30 additions and 22 deletions
+1 -1
View File
@@ -43,4 +43,4 @@ while true do
evname = computer.pullSignal()
until evname == "key_down"
end
end
end