Remove graphics::Canvas and graphics::Image

This commit is contained in:
Alex Szpakowski
2020-02-04 22:06:55 -04:00
parent b71eaf73cc
commit 258129738f
19 changed files with 254 additions and 577 deletions
+1 -1
View File
@@ -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;