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
@@ -570,7 +570,7 @@ ObjectWindow::ObjectWindow(EditorComponent* editor) : editor(editor)
objectWindow->Translate(XMFLOAT3(GUI->GetSize().x - 720, 120, 0));
objectWindow->Translate(XMFLOAT3((float)wiRenderer::GetDevice()->GetScreenWidth() - 720, 120, 0));
objectWindow->SetVisible(false);
SetEntity(INVALID_ENTITY);