浏览代码

Fix texture depth load

But color is still not right.
DricomDragon 4 年之前
父节点
当前提交
f086ebc4f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arena/Texture.cpp

+ 1 - 1
arena/Texture.cpp

@@ -83,7 +83,7 @@ bool Texture::createTexture()
         if(imageInversee->format->Rmask == 0xff)
             m_format = GL_RGB;
         else
-            m_format = GL_RG;
+            m_format = GL_RGB; // must be BGR
     }
 
     // Détermination du format et du format interne pour les images à 4 composantes