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