mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Remove love.timer SDL implementation files, since they don’t do anything.
--HG-- branch : minor
This commit is contained in:
@@ -27,6 +27,8 @@ namespace love
|
||||
|
||||
void sleep(unsigned int ms)
|
||||
{
|
||||
// We don't need to initialize the SDL timer subsystem for SDL_Delay to
|
||||
// function - and doing so causes SDL to create a worker thread.
|
||||
SDL_Delay(ms);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user