mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Finished FPS agnosticism, removed particle engine
This commit is contained in:
@@ -84,6 +84,7 @@ class Interpreter
|
||||
def update
|
||||
@loop_count = 0
|
||||
loop do
|
||||
# TODO: Possibly not needed?
|
||||
@loop_count += 1
|
||||
if @loop_count > 100 # Call Graphics.update for freeze prevention
|
||||
Graphics.update
|
||||
|
||||
Reference in New Issue
Block a user