mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-20 18:29:13 +00:00
General: Migrate off non-constexpr constants
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
void SetWorldModel(bool World) { mWorldModel = World; }
|
||||
void ForceAlphaEnabled(bool Enable) { mForceAlphaOn = Enable; }
|
||||
void SetTintColor(const CColor& rkTintColor) { mTintColor = rkTintColor; }
|
||||
void ClearTintColor() { mTintColor = CColor::skWhite; }
|
||||
void ClearTintColor() { mTintColor = CColor::White(); }
|
||||
void SetScanOverlayEnabled(bool Enable) { mEnableScanOverlay = Enable; }
|
||||
void SetScanOverlayColor(const CColor& rkColor) { mScanOverlayColor = rkColor; }
|
||||
CModel* Model() const { return mpModel; }
|
||||
|
||||
Reference in New Issue
Block a user