mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 06:35:33 -07:00
set the platform to macos
This commit is contained in:
parent
f7b7de75a9
commit
4177721f36
1 changed files with 4 additions and 0 deletions
|
@ -803,8 +803,12 @@ namespace SohImGui {
|
|||
|
||||
#ifdef _WIN32
|
||||
ImGui::Text("Platform: Windows");
|
||||
#else
|
||||
#ifdef __APPLE__
|
||||
ImGui::Text("Platform: MacOS");
|
||||
#else
|
||||
ImGui::Text("Platform: Linux");
|
||||
#endif
|
||||
#endif
|
||||
ImGui::Text("Status: %.3f ms/frame (%.1f FPS)", 1000.0f / framerate, framerate);
|
||||
ImGui::End();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue