Skip to content

Commit

Permalink
Sorry I am sleepy, fixed space
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFlash98 committed Jun 17, 2018
1 parent b5e0289 commit f23c0f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public boolean onMouseClick(NUIMouseClickEvent event) {
@Override
public void onMouseRelease(NUIMouseReleaseEvent event) {
active = false;
if( uiSliderOnChangeTriggeredListener != null) {
if (uiSliderOnChangeTriggeredListener != null) {
uiSliderOnChangeTriggeredListener.onSliderValueChanged(getValue());
}
}
Expand Down

0 comments on commit f23c0f1

Please sign in to comment.