Skip to content

Commit

Permalink
Add CMapSpawnGroup::GetPVS method
Browse files Browse the repository at this point in the history
  • Loading branch information
Wend4r committed Feb 11, 2025
1 parent 2092bff commit b9d56db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions game/shared/gamesystems/spawngroup_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,11 @@ class CMapSpawnGroup
return m_pSpawnGroup;
}

IPVS *GetPVS() const
{
return m_pPVS;
}

private:
ISpawnGroup *m_pSpawnGroup;
bool m_bSpawnGroupPrecacheDispatched;
Expand Down

0 comments on commit b9d56db

Please sign in to comment.