Skip to content

Commit

Permalink
obsolete fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
NotOfficer committed Apr 30, 2024
1 parent 3714f1e commit c3e4e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FModel/ViewModels/CUE4ParseViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public Snooper SnooperViewer
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,
Expand Down

0 comments on commit c3e4e7d

Please sign in to comment.