mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
love.timer.step now returns the calculated dt directly.
--HG-- branch : minor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user