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
|
if Util.empty(transitions) then
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
os.sleep(0)
|
os.sleep(0.05)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user