mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
Renamed some things.
This commit is contained in:
@@ -53,7 +53,7 @@ const char *Timer::getName() const
|
||||
void Timer::sleep(double seconds) const
|
||||
{
|
||||
if (seconds > 0)
|
||||
delay((unsigned int)(seconds*1000));
|
||||
love::sleep((unsigned int)(seconds*1000));
|
||||
}
|
||||
|
||||
} // sdl
|
||||
|
||||
Reference in New Issue
Block a user