mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Renamed love.graphics.setDefaultImageFilter to love.graphics.setDefaultFilter
This commit is contained in:
@@ -629,12 +629,12 @@ Graphics::BlendMode Graphics::getBlendMode() const
|
||||
throw Exception("Unknown blend mode");
|
||||
}
|
||||
|
||||
void Graphics::setDefaultImageFilter(const Image::Filter &f)
|
||||
void Graphics::setDefaultFilter(const Image::Filter &f)
|
||||
{
|
||||
Image::setDefaultFilter(f);
|
||||
}
|
||||
|
||||
const Image::Filter &Graphics::getDefaultImageFilter() const
|
||||
const Image::Filter &Graphics::getDefaultFilter() const
|
||||
{
|
||||
return Image::getDefaultFilter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user