I guess I fixed a bug, not really sure, moving on to restoring game functionality

This commit is contained in:
2023-06-17 20:23:30 -07:00
parent 77f5383cb9
commit 4e1e1cacfb
4 changed files with 39 additions and 28 deletions

View File

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