Skip to content

Commit 0cc7342

Browse files
committed
the #github channel will hate me, one more fix
1 parent 92cadf4 commit 0cc7342

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pages/Settings.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,13 @@ void DevTools::drawSettings() {
8181
ImGui::Separator();
8282

8383
ImGui::DragFloat("Font Size", &ImGui::GetIO().FontGlobalScale, 0.01f, 1.0f, 3.0f);
84+
85+
#ifdef GEODE_IS_WINDOWS
8486

8587
ImGui::Separator();
8688

8789
ImGui::Text("GD Window");
8890

89-
#ifdef GEODE_IS_WINDOWS
9091
auto winSize = CCDirector::get()->getWinSize();
9192
auto frameSize = GameManager::get()->resolutionForKey(GameManager::get()->m_resolution);
9293
auto fps = roundf(1 / CCDirector::get()->getAnimationInterval());

0 commit comments

Comments
 (0)