Renamed some things.

This commit is contained in:
Alex Szpakowski
2016-02-18 22:11:41 -04:00
parent bd93f0dfef
commit cf4b409302
17 changed files with 43 additions and 50 deletions
+1 -1
View File
@@ -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