Forgot to change one Vector3d to Vector3i.
This commit is contained in:
parent
a1bfc89118
commit
a74fdd9023
@ -168,7 +168,7 @@ public:
|
|||||||
if (IsBlockWater(a_BlockType) || IsBlockLava(a_BlockType))
|
if (IsBlockWater(a_BlockType) || IsBlockLava(a_BlockType))
|
||||||
{
|
{
|
||||||
HitFluid = true;
|
HitFluid = true;
|
||||||
m_Pos = Vector3d(a_BlockX, a_BlockY, a_BlockZ);
|
m_Pos = Vector3i(a_BlockX, a_BlockY, a_BlockZ);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user