CActor fixes, nearly matched

This commit is contained in:
2025-01-18 16:51:02 -08:00
parent 32a88ad894
commit 9e537083d9
7 changed files with 22 additions and 18 deletions

View File

@@ -88,7 +88,7 @@ public:
return CModelFlags(*this, GetOtherFlags() | kF_DepthGreater);
}
ETrans GetTrans() const { return static_cast< ETrans >(x0_blendMode); }
char GetTrans() const { return static_cast< ETrans >(x0_blendMode); }
int GetShaderSet() const { return x1_matSetIdx; }
uint GetOtherFlags() const { return x2_flags; }
CColor GetColor() const { return x4_color; }