Skip to content

Commit

Permalink
Added ios to the stats window
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Apr 25, 2024
1 parent ce9baff commit b966531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions extern/bgfx.cmake
Submodule bgfx.cmake added at e12aba
2 changes: 2 additions & 0 deletions src/window/gui/StatsWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ void StatsWindow::DrawElement() {

#if defined(_WIN32)
ImGui::Text("Platform: Windows");
#elif defined (__IOS__)
ImGui::Text("Platform: iOS");
#elif defined(__APPLE__)
ImGui::Text("Platform: macOS");
#elif defined(__SWITCH__)
Expand Down

0 comments on commit b966531

Please sign in to comment.