mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-24 04:29:01 -06:00
Compare commits
No commits in common. "34fcc3f659ffed6aacca82f8853615fef1d2cd8f" and "a79552a6f324eab918278ca5c2adc01c32acff83" have entirely different histories.
34fcc3f659
...
a79552a6f3
@ -60,9 +60,6 @@ function formatTime(frames)
|
|||||||
min = math.floor(frames/3600)
|
min = math.floor(frames/3600)
|
||||||
sec = math.floor(frames/60) % 60
|
sec = math.floor(frames/60) % 60
|
||||||
hund = math.floor(frames/.6) % 100
|
hund = math.floor(frames/.6) % 100
|
||||||
if frames == 15641 then
|
|
||||||
hund = math.ceil(frames/.6) % 100
|
|
||||||
end
|
|
||||||
str = string.format("%02d:%02d.%02d", min, sec, hund)
|
str = string.format("%02d:%02d.%02d", min, sec, hund)
|
||||||
return str
|
return str
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user