Finished FPS agnosticism, removed particle engine

This commit is contained in:
Maruno17
2023-06-03 21:55:02 +01:00
parent 68de25562a
commit 1901675e33
39 changed files with 652 additions and 1504 deletions

View File

@@ -1098,9 +1098,7 @@ module Compiler
end
end
raise Reset.new if e.is_a?(Hangup)
loop do
Graphics.update
end
raise "Unknown exception when compiling."
end
end
end