mirror of
https://github.com/4sval/FModel.git
synced 2026-03-22 01:34:37 -05:00
obsolete fix?
This commit is contained in:
parent
3714f1e125
commit
c3e4e7d404
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user