cWindow: Convert XYZ to Vector3 (#4764)

This commit is contained in:
MaxwellScroggs
2020-07-04 23:49:17 +02:00
committed by GitHub
parent 868e28b44f
commit 5cdaf073be
12 changed files with 25 additions and 43 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ public:
const Vector3i a_CursorPos
) override
{
cWindow * Window = new cAnvilWindow(a_BlockPos.x, a_BlockPos.y, a_BlockPos.z);
cWindow * Window = new cAnvilWindow(a_BlockPos);
a_Player.OpenWindow(*Window);
return true;
}