2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 14:46:09 +00:00

Implement HandleTransparency, lighting & fix texture load

This commit is contained in:
2022-03-08 17:19:02 -05:00
parent a2743b905b
commit e88f831950
11 changed files with 261 additions and 103 deletions

View File

@@ -78,7 +78,7 @@ bool CCubeModel::TryLockTextures() {
}
if (loadTexture) {
// texture->LoadToMRAM();
texturesPumped = true;
// texturesPumped = true;
}
}
if (!texturesPumped) {