Skip to content

Commit 663de4c

Browse files
Linux/Macos hotfix (#918)
2 parents 57a6fd2 + c9255aa commit 663de4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/Assets/Scripts/UI/Dynamic/Modals/Configuring/SettingsModal.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public static void MaximizeScreen() {
221221
if (!Screen.fullScreen && !Application.isEditor)
222222
ShowWindowAsync(GetActiveWindow().ToInt32(), 3);
223223
#else
224-
Debug.LogWarning("No Supported")
224+
Debug.LogWarning("No Supported");
225225
#endif
226226
}
227227
}

0 commit comments

Comments
 (0)