Skip to content

Commit 4ea4e73

Browse files
committed
[SDL] fix : SetIsReallyFullscreen is not setting real fullscreen state
1 parent d64fedd commit 4ea4e73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources/engine/Stride.Games/GameWindow.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,9 @@ public bool IsFullscreen
212212
/// <param name="isReallyFullscreen"></param>
213213
internal void SetIsReallyFullscreen(bool isReallyFullscreen)
214214
{
215+
#if !STRIDE_GRAPHICS_API_OPENGL && !STRIDE_GRAPHICS_API_VULKAN
215216
isFullscreen = isReallyFullscreen;
217+
#endif
216218
}
217219

218220
#endregion

0 commit comments

Comments
 (0)