Change sleep(0) to sleep(0.05) for CraftOS-PC #54

Closed
LDDestroier wants to merge 1 commits from patch-2 into develop-1.8

View File

@@ -1066,7 +1066,7 @@ function UI.Device:runTransitions(transitions)
if Util.empty(transitions) then if Util.empty(transitions) then
break break
end end
os.sleep(0) os.sleep(0.05)
end end
end end