Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Jan 24, 2024
1 parent 8715312 commit 28ab1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hacks/SliderLimit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ class $modify (SliderTouchLogic)
float x = (this->convertTouchToNodeSpace(p0).x + 100) / 2;

this->m_slider->setValue(x / w);
this->ccTouchEnded();
this->ccTouchEnded(p0, p1);
}
};

0 comments on commit 28ab1ac

Please sign in to comment.