We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9245fe commit 5eb465aCopy full SHA for 5eb465a
1 file changed
code/graphics/2d.cpp
@@ -216,7 +216,11 @@ const auto LightingOption __UNUSED = options::OptionBuilder<int>("Graphics.Light
216
.parser(parse_lighting_func)
217
.finish();
218
219
+#ifndef __ANDROID__
220
os::ViewportState Gr_configured_window_state = os::ViewportState::Fullscreen;
221
+#else
222
+os::ViewportState Gr_configured_window_state = os::ViewportState::Borderless;
223
+#endif
224
225
static bool mode_change_func(os::ViewportState state, bool initial)
226
{
0 commit comments