Branimir Karadžić 7 years ago
parent
commit
6a7d2a1cfd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderer_gl.cpp

+ 1 - 1
src/renderer_gl.cpp

@@ -6213,7 +6213,7 @@ namespace bgfx { namespace gl
 					else
 					else
 					{
 					{
 						if (1 < texture.m_depth
 						if (1 < texture.m_depth
-                        &&  !texture.isCubeMap())
+						&&  !texture.isCubeMap())
 						{
 						{
 							GL_CHECK(glFramebufferTextureLayer(GL_FRAMEBUFFER
 							GL_CHECK(glFramebufferTextureLayer(GL_FRAMEBUFFER
 								, attachment
 								, attachment