mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Fixed Object:typeOf for love.physics objects new to 0.8.0, removed vestigial ColorMode code
This commit is contained in:
@@ -56,7 +56,7 @@ void DevilHandler::quit()
|
||||
ilShutDown();
|
||||
}
|
||||
|
||||
bool DevilHandler::canDecode(love::filesystem::FileData *data)
|
||||
bool DevilHandler::canDecode(love::filesystem::FileData * /*data*/)
|
||||
{
|
||||
// DevIL can decode a lot of formats...
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user