add imgui stylign window + change how texture filters are applied

This commit is contained in:
2024-01-21 20:20:32 +01:00
parent 93140231c6
commit 2647c85323
4 changed files with 20 additions and 8 deletions

View File

@ -116,7 +116,6 @@ void SettingsWindow::render(void) {
}
ImGui::EndMenuBar();
}
}
ImGui::End();
}