Skip to content

Commit

Permalink
chore: show input system ImGUI
Browse files Browse the repository at this point in the history
  • Loading branch information
painfulexistence committed Dec 11, 2024
1 parent a00091d commit e467c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AtmosphericEngine/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ void Application::Render(const FrameData& props)
if (_showEngineView) {
ImGui::Begin("Engine Subsystems");
{
input.DrawImGui(dt);
audio.DrawImGui(dt);
graphics.DrawImGui(dt);
physics.DrawImGui(dt);
Expand Down

0 comments on commit e467c11

Please sign in to comment.