1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-27 17:19:31 +00:00

Millisecond fix

This commit is contained in:
Reuh 2017-04-06 16:53:06 +02:00
parent f3b5338779
commit 38551c8d8b

View file

@ -196,7 +196,7 @@ end
if m.time then
add(uqt.time, {
get = function()
return love.timer.getTime()
return love.timer.getTime() * 1000
end
})
end