obsolete fix?

This commit is contained in:
Marlon 2024-04-30 10:46:33 +02:00
parent 3714f1e125
commit c3e4e7d404
No known key found for this signature in database
GPG Key ID: 5C65CA190C38792F

View File

@ -112,7 +112,7 @@ public class CUE4ParseViewModel : ViewModel
new GameWindowSettings { UpdateFrequency = htz },
new NativeWindowSettings
{
Size = new OpenTK.Mathematics.Vector2i(
ClientSize = new OpenTK.Mathematics.Vector2i(
Convert.ToInt32(SystemParameters.MaximizedPrimaryScreenWidth * .75 * scale),
Convert.ToInt32(SystemParameters.MaximizedPrimaryScreenHeight * .85 * scale)),
NumberOfSamples = Constants.SAMPLES_COUNT,