Debug UI tunes

This commit is contained in:
IlushaShurupov 2023-08-20 20:20:50 +03:00 committed by IlyaShurupov
parent b36a782823
commit d3bc3a7a99
7 changed files with 30970 additions and 6 deletions

View file

@ -18,7 +18,7 @@ int main() {
while (!window->shouldClose()) {
window->processEvents();
ImGui::Text("Hello!");
window->getGraphics().getDebugGui().drawDebugInfoWindow();
window->draw();
}