Skip to content

Commit

Permalink
Add volumetric shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
FileEX committed Sep 6, 2024
1 parent 4b6c1af commit 8b5af35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Client/mods/deathmatch/logic/CClientGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6878,6 +6878,9 @@ void CClientGame::ResetWorldProperties(bool resetSpecialProperties, bool resetWo
g_pMultiplayer->ResetWater();
GetManager()->GetWaterManager()->ResetWorldWaterLevel();
GetManager()->GetWaterManager()->SetWaveLevel(0.0f);

// Reset volumetric shadows
g_pGame->GetSettings()->ResetVolumetricShadows();
}

void CClientGame::OnWindowFocusChange(bool state)
Expand Down

0 comments on commit 8b5af35

Please sign in to comment.