mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Remove a redundant internal Texture method
This commit is contained in:
@@ -193,7 +193,6 @@ Canvas::Canvas(const Settings &settings)
|
||||
if (gfx != nullptr)
|
||||
format = gfx->getSizedFormat(format, renderTarget, readable, sRGB);
|
||||
|
||||
initQuad();
|
||||
loadVolatile();
|
||||
|
||||
if (status != GL_FRAMEBUFFER_COMPLETE)
|
||||
|
||||
Reference in New Issue
Block a user