mirror of
https://github.com/4sval/FModel.git
synced 2026-04-24 23:10:44 -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 GameWindowSettings { UpdateFrequency = htz },
|
||||||
new NativeWindowSettings
|
new NativeWindowSettings
|
||||||
{
|
{
|
||||||
Size = new OpenTK.Mathematics.Vector2i(
|
ClientSize = new OpenTK.Mathematics.Vector2i(
|
||||||
Convert.ToInt32(SystemParameters.MaximizedPrimaryScreenWidth * .75 * scale),
|
Convert.ToInt32(SystemParameters.MaximizedPrimaryScreenWidth * .75 * scale),
|
||||||
Convert.ToInt32(SystemParameters.MaximizedPrimaryScreenHeight * .85 * scale)),
|
Convert.ToInt32(SystemParameters.MaximizedPrimaryScreenHeight * .85 * scale)),
|
||||||
NumberOfSamples = Constants.SAMPLES_COUNT,
|
NumberOfSamples = Constants.SAMPLES_COUNT,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user