Skip to content

Commit

Permalink
xrGame/ui/UITrackBar.cpp: Don't save the value on every update
Browse files Browse the repository at this point in the history
When needed only!
  • Loading branch information
Xottab-DUTY committed Apr 6, 2019
1 parent bb897bc commit 0e3c65c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cs/engine/xrGame/ui/UITrackBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ void CUITrackBar::UpdatePos()
pos.x = free_space-pos.x;

m_pSlider->SetWndPos (pos);
SaveValue ();
}

void CUITrackBar::OnMessage(LPCSTR message)
Expand Down

0 comments on commit 0e3c65c

Please sign in to comment.