Increase maximum window width limit to 8k

This commit is contained in:
Wojtek Figat
2021-08-26 12:19:38 +02:00
parent 7198fdd74a
commit e22e919099

View File

@@ -61,7 +61,7 @@ DECLARE_SCRIPTING_TYPE_MINIMAL(CreateWindowSettings);
/// <summary>
/// The maximum size.
/// </summary>
API_FIELD() Vector2 MaximumSize = Vector2(4096, 4096);
API_FIELD() Vector2 MaximumSize = Vector2(8192, 4096);
/// <summary>
/// The start position mode.