Skip to content

Commit

Permalink
Linux/Macos hotfix (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay authored Aug 4, 2023
2 parents 57a6fd2 + c9255aa commit 663de4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public static void MaximizeScreen() {
if (!Screen.fullScreen && !Application.isEditor)
ShowWindowAsync(GetActiveWindow().ToInt32(), 3);
#else
Debug.LogWarning("No Supported")
Debug.LogWarning("No Supported");
#endif
}
}
Expand Down

0 comments on commit 663de4c

Please sign in to comment.