mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Overhauled ImageRasterizer, fixed a bunch of other crap, getting ready to poke around in love.graphics
This commit is contained in:
@@ -108,7 +108,7 @@ namespace opengl
|
||||
(GLsizei)width,
|
||||
(GLsizei)height,
|
||||
0,
|
||||
GL_LUMINANCE_ALPHA,
|
||||
GL_RGBA,
|
||||
GL_UNSIGNED_BYTE,
|
||||
data->getData());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user