mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 17:19:31 +00:00
Millisecond fix
This commit is contained in:
parent
f3b5338779
commit
38551c8d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ end
|
||||||
if m.time then
|
if m.time then
|
||||||
add(uqt.time, {
|
add(uqt.time, {
|
||||||
get = function()
|
get = function()
|
||||||
return love.timer.getTime()
|
return love.timer.getTime() * 1000
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue