Skip to content

Commit

Permalink
fixed stupid uninitialised field
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddio0141 committed Nov 6, 2024
1 parent 43c8e22 commit 4725d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UniTAS/Patcher/Interfaces/GUI/Window.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ protected Window(WindowDependencies windowDependencies, string windowId = null)
_toolBar = windowDependencies.ToolBar;
_noRefresh = windowDependencies.NoRefresh;
_textureWrapper = windowDependencies.TextureWrapper;
_unityInputWrapper = windowDependencies.UnityInputWrapper;
}

protected Window(WindowDependencies windowDependencies, WindowConfig config, string windowId = null)
Expand Down

0 comments on commit 4725d8d

Please sign in to comment.