mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Remove graphics::Canvas and graphics::Image
This commit is contained in:
@@ -820,7 +820,7 @@ Texture *Graphics::getTemporaryTexture(PixelFormat format, int w, int h, int sam
|
||||
|
||||
if (texture == nullptr)
|
||||
{
|
||||
Canvas::Settings settings;
|
||||
Texture::Settings settings;
|
||||
settings.format = format;
|
||||
settings.width = w;
|
||||
settings.height = h;
|
||||
|
||||
Reference in New Issue
Block a user