diff --git a/main.lua b/main.lua index dbc7f02..688259a 100644 --- a/main.lua +++ b/main.lua @@ -831,9 +831,6 @@ function Main() PollSensors() UpdateGlobalThrust() UpdateStabilization() - - -- Add a small delay to avoid overloading the system - os.sleep(0.1) local function getTerminateEvent() local event, key, is_held = os.pullEventRaw("key")