mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-10 17:25:53 +00:00
Fix GetAreaFog
This commit is contained in:
parent
ea12a54a41
commit
fa7785d024
@ -288,7 +288,7 @@ public:
|
||||
|
||||
CAssetId GetAreaAssetId() const { return x84_mrea; }
|
||||
const CAreaFog* GetAreaFog() const { return GetPostConstructed()->x10c4_areaFog.get(); }
|
||||
CAreaFog* GetAreaFog() { return const_cast<CAreaFog*>(GetAreaFog()); }
|
||||
CAreaFog* GetAreaFog() { return GetPostConstructed()->x10c4_areaFog.get(); }
|
||||
float GetXRayFogDistance() const;
|
||||
EEnvFxType DoesAreaNeedEnvFx() const;
|
||||
bool DoesAreaNeedSkyNow() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user