ksys/world: Remove unused variable

This commit is contained in:
Léo Lam 2021-05-16 22:33:05 +02:00
parent 47ae6e2b0b
commit ac16843502
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 0 additions and 1 deletions

View File

@ -546,7 +546,6 @@ void Manager::onStageInit(StageType stage_type, bool is_demo, bool is_main_field
mWorldInfo.addObj(&getDofMgr()->mDofMgrParamObj,
sead::FormatFixedSafeString<128>("DofMgrParam"));
auto* sky_mgr = getSkyMgr();
auto& prc = getSkyMgr()->mPrCloud;
auto& prcv = getSkyMgr()->mPrCloudV;
auto& skypal0 = getSkyMgr()->mSkyPalette0;