* project restructure

* editor fix: camera shouldn't reset on render path change
This commit is contained in:
Turánszki János
2020-05-12 00:59:06 +01:00
committed by GitHub
parent 4c42983a31
commit eaae8c57ec
28 changed files with 4662 additions and 2413 deletions
-2
View File
@@ -140,8 +140,6 @@ CameraWindow::CameraWindow(EditorComponent* editor) : GUI(&editor->GetGUI())
cameraWindow->Translate(XMFLOAT3((float)wiRenderer::GetDevice()->GetScreenWidth() - 720, 100, 0));
cameraWindow->SetVisible(false);
ResetCam();
}