mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 03:26:08 +00:00
CActor fixes, nearly matched
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user