Skip to content

Commit

Permalink
Addendum #2 to 682b02b
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 authored Feb 15, 2025
1 parent df706b5 commit c4b36ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/mods/deathmatch/logic/CClientStreamer.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class CClientStreamer
void AddElementInSectors(CClientStreamElement* pElement);
void RemoveElementFromSectors(CClientStreamElement* pElement);

bool IsElementShouldVisibleInCurrentDimesnion(CClientStreamElement* pElement) const noexcept
bool ShouldElementBeVisibleInCurrentDimension(CClientStreamElement* pElement) const noexcept
{
return pElement->GetDimension() == m_usDimension || pElement->IsVisibleInAllDimensions();
}
Expand Down

0 comments on commit c4b36ac

Please sign in to comment.