1
0
Fork 0

Swapped m_Player and m_EndermanPos

This commit is contained in:
STRWarrior 2014-05-29 14:00:12 +02:00 committed by archshift
parent 9f03682258
commit 806130a967
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ class cPlayerLookCheck :
{
public:
cPlayerLookCheck(Vector3d a_EndermanPos) :
m_EndermanPos(a_EndermanPos),
m_Player(NULL)
m_Player(NULL),
m_EndermanPos(a_EndermanPos)
{
}