love.timer.step now returns the calculated dt directly.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-07-23 19:56:48 -03:00
parent ef5897b22c
commit 2eb9b3bdcd
5 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -42,9 +42,9 @@ public:
/**
* Measures the time between this call and the previous call,
* and updates internal values accordinly.
* and updates internal values accordingly.
**/
void step();
double step();
/**
* Tries to sleep for the specified amount of time. The precision is