Use J3DSysDrawBuf Enum (#3166)

- Update all the 0/1 values to use the enum

Hopefully this builds properly I didn't set up everything locally
This commit is contained in:
SuperDude88
2026-06-19 21:27:34 -04:00
committed by GitHub
parent 8d43c80c42
commit ecafc81d53
9 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ inline int daObjFlag3_c::draw() {
g_env_light.setLightTevColorType_MAJI(mModel, &tevStr);
mDoExt_modelUpdateDL(mModel);
if (mFlagValid) {
j3dSys.getDrawBuffer(0)->entryImm(&mFlagCloth, 0);
j3dSys.getDrawBuffer(J3DSysDrawBuf_Opa)->entryImm(&mFlagCloth, 0);
}
dComIfGd_setList();
return 1;