1
0

cWindow: Convert XYZ to Vector3 (#4764)

This commit is contained in:
MaxwellScroggs
2020-07-04 17:49:17 -04:00
committed by GitHub
parent 868e28b44f
commit 5cdaf073be
12 changed files with 25 additions and 43 deletions

View File

@@ -34,7 +34,7 @@ public:
const Vector3i a_CursorPos
) override
{
cWindow * Window = new cCraftingWindow(a_BlockPos.x, a_BlockPos.y, a_BlockPos.z);
cWindow * Window = new cCraftingWindow();
a_Player.OpenWindow(*Window);
return true;
}