mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fixed the background color for the error screen, and updated LodePNG to the latest version.
--HG-- branch : minor
This commit is contained in:
@@ -444,7 +444,9 @@ float OpenGL::getPointSize() const
|
||||
void OpenGL::bindFramebuffer(GLenum target, GLuint framebuffer)
|
||||
{
|
||||
glBindFramebuffer(target, framebuffer);
|
||||
++stats.framebufferBinds;
|
||||
|
||||
if (target == GL_FRAMEBUFFER)
|
||||
++stats.framebufferBinds;
|
||||
}
|
||||
|
||||
GLuint OpenGL::getDefaultFBO() const
|
||||
|
||||
Reference in New Issue
Block a user