This commit is contained in:
medievil1 2022-07-17 10:16:27 -04:00
parent ee7be21bbb
commit 9ee5b45b88
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ typedef struct s_CxbxPSDef {
void AdjustTextureModes(DecodedRegisterCombiner &RC)
{
if (RC.PSTextureModes[3] = PS_TEXTUREMODES_DOT_STR_CUBE) {
if (RC.PSTextureModes[3] == PS_TEXTUREMODES_DOT_STR_3D) {
RC.TexModeAdjust = true;
}