We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57a6fd2 + c9255aa commit 663de4cCopy full SHA for 663de4c
engine/Assets/Scripts/UI/Dynamic/Modals/Configuring/SettingsModal.cs
@@ -221,7 +221,7 @@ public static void MaximizeScreen() {
221
if (!Screen.fullScreen && !Application.isEditor)
222
ShowWindowAsync(GetActiveWindow().ToInt32(), 3);
223
#else
224
- Debug.LogWarning("No Supported")
+ Debug.LogWarning("No Supported");
225
#endif
226
}
227
0 commit comments