transform hierarchy fix #76

This commit is contained in:
turanszkij
2020-03-09 19:55:11 +00:00
parent 45792e9398
commit 9b0cc2524b
21 changed files with 70 additions and 86 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ MeshWindow::MeshWindow(wiGUI* gui) : GUI(gui)
meshWindow->Translate(XMFLOAT3(gui->GetSize().x - 910, 520, 0));
meshWindow->Translate(XMFLOAT3((float)wiRenderer::GetDevice()->GetScreenWidth() - 910, 520, 0));
meshWindow->SetVisible(false);
SetEntity(INVALID_ENTITY);