stability improvements, fixes

This commit is contained in:
turanszkij
2020-03-07 16:18:23 +00:00
parent 4318b000e1
commit d95dfa7ef2
81 changed files with 963 additions and 1180 deletions
-3
View File
@@ -13,9 +13,6 @@ SoundWindow::SoundWindow(wiGUI* gui) : GUI(gui)
{
assert(GUI && "Invalid GUI!");
float screenW = (float)wiRenderer::GetDevice()->GetScreenWidth();
float screenH = (float)wiRenderer::GetDevice()->GetScreenHeight();
soundWindow = new wiWindow(GUI, "Sound Window");
soundWindow->SetSize(XMFLOAT2(440, 340));
GUI->AddWidget(soundWindow);