Make setDefaultImageFilter() not break image:setFilter() (thanks adrix89!)

This commit is contained in:
vrld
2011-10-10 12:16:28 +02:00
parent 668b4cbcbd
commit ce9e694acc
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ namespace opengl
*
* @param file The file from which to load the image.
**/
Image(love::image::ImageData * data, const Image::Filter& f = Image::Filter());
Image(love::image::ImageData * data);
/**
* Destructor. Deletes the hardware texture and other resources.