Skip to content

Commit 013f507

Browse files
Synchronize changes from 1.6 master branch [ci skip]
c4b36ac Addendum #2 to 682b02b
2 parents 7e36177 + c4b36ac commit 013f507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/CClientStreamer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class CClientStreamer
5050
void AddElementInSectors(CClientStreamElement* pElement);
5151
void RemoveElementFromSectors(CClientStreamElement* pElement);
5252

53-
bool IsElementShouldVisibleInCurrentDimesnion(CClientStreamElement* pElement) const noexcept
53+
bool ShouldElementBeVisibleInCurrentDimension(CClientStreamElement* pElement) const noexcept
5454
{
5555
return pElement->GetDimension() == m_usDimension || pElement->IsVisibleInAllDimensions();
5656
}

0 commit comments

Comments
 (0)