This commit is contained in:
2023-07-08 19:10:59 -07:00
parent a844c93eca
commit 83f5d99c65
4 changed files with 8 additions and 7 deletions

View File

@ -29,7 +29,7 @@ void VNTextboxScroller::onStart() {
x();
useEvent(x, this->label->eventTextChanged);
// useEffect(x, visibleLines);
useEffect(x, visibleLines);
useEvent([&](float_t delta){
auto game = this->getGame();