Change sleep(0) to sleep(0.05) for CraftOS-PC #54
@@ -1066,7 +1066,7 @@ function UI.Device:runTransitions(transitions)
|
||||
if Util.empty(transitions) then
|
||||
break
|
||||
end
|
||||
os.sleep(0)
|
||||
os.sleep(0.05)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user