浏览代码

Merge pull request #947 from Azaezel/alpha403/atlasSizeAug

bump up max allowable texture dimensions
Brian Roberts 2 年之前
父节点
当前提交
23895e365a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Engine/source/gfx/bitmap/gBitmap.h

+ 2 - 2
Engine/source/gfx/bitmap/gBitmap.h

@@ -58,8 +58,8 @@ public:
    enum Constants
    {
       /// The maximum mipmap levels we support.  The current
-      /// value lets us support up to 4096 x 4096 images.
-      c_maxMipLevels = 13 
+      /// value lets us support up to 8192 x 8192 images.
+      c_maxMipLevels = 14 
    };
 
    enum TextureOp