Skip to content

Commit

Permalink
Post-merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Jan 18, 2024
1 parent c917492 commit dbc8788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/GUI/LightingPopUpWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void HandleCanvasReset(ActionButton btn)
SketchControlsScript.m_Instance.ResetGrabbedPose(true);
}

override protected void RefreshPage()
override public void RefreshPage()
{
base.RefreshPage();
bool passthroughActive = m_CurrentPresetGuid == PASSTHROUGH_GUID;
Expand Down

0 comments on commit dbc8788

Please sign in to comment.