2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-18 19:25:24 +00:00

Add CVar for mangle mipmaps

This commit is contained in:
2025-04-14 18:48:35 -07:00
parent 247f36102b
commit e8518c0493
4 changed files with 10 additions and 2 deletions

View File

@@ -347,7 +347,7 @@ u32 CTexture::TexelFormatBitsPerPixel(ETexelFormat fmt) {
}
}
bool CTexture::sMangleMips = true;
bool CTexture::sMangleMips = false;
u32 CTexture::sCurrentFrameCount = 0;
u32 CTexture::sTotalAllocatedMemory = 0;