Fixed Object:typeOf for love.physics objects new to 0.8.0, removed vestigial ColorMode code

This commit is contained in:
Alex Szpakowski
2013-05-07 15:23:26 -03:00
parent 63404f7097
commit 7ab3809165
14 changed files with 47 additions and 54 deletions
+1 -1
View File
@@ -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;