Skip to content

Commit

Permalink
engrish
Browse files Browse the repository at this point in the history
  • Loading branch information
sator committed May 18, 2021
1 parent ea0b7fd commit 4b7dc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/AppWindowUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static bool FullScreen
isFullScreen = value;

// no way to control SetResolution update timing. it's done at next frame.
// so that FrameVisibility executed BEFORE full screen mode turned OFF.
// so FrameVisibility done BEFORE full screen disabled no matter when it invoked in setter.
// to make it better, simply, reset transparent state.
if (!isFullScreen) Transparent = false;

Expand Down

0 comments on commit 4b7dc58

Please sign in to comment.