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 d64fedd commit 4ea4e73Copy full SHA for 4ea4e73
sources/engine/Stride.Games/GameWindow.cs
@@ -212,7 +212,9 @@ public bool IsFullscreen
212
/// <param name="isReallyFullscreen"></param>
213
internal void SetIsReallyFullscreen(bool isReallyFullscreen)
214
{
215
+ #if !STRIDE_GRAPHICS_API_OPENGL && !STRIDE_GRAPHICS_API_VULKAN
216
isFullscreen = isReallyFullscreen;
217
+ #endif
218
}
219
220
#endregion
0 commit comments