We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df706b5 commit c4b36acCopy full SHA for c4b36ac
Client/mods/deathmatch/logic/CClientStreamer.h
@@ -50,7 +50,7 @@ class CClientStreamer
50
void AddElementInSectors(CClientStreamElement* pElement);
51
void RemoveElementFromSectors(CClientStreamElement* pElement);
52
53
- bool IsElementShouldVisibleInCurrentDimesnion(CClientStreamElement* pElement) const noexcept
+ bool ShouldElementBeVisibleInCurrentDimension(CClientStreamElement* pElement) const noexcept
54
{
55
return pElement->GetDimension() == m_usDimension || pElement->IsVisibleInAllDimensions();
56
}
0 commit comments