Testing mixing styles
This commit is contained in:
@ -25,9 +25,10 @@ void VNTextboxScroller::onStart() {
|
||||
this->label->quadCount = 0;
|
||||
this->readyToClose = false;
|
||||
};
|
||||
x();
|
||||
|
||||
useEvent(x, this->label->eventTextChanged);
|
||||
useEffect(x, visibleLines)();
|
||||
useEffect(x, visibleLines);
|
||||
|
||||
useEvent([&](float_t delta){
|
||||
auto game = this->getGame();
|
||||
|
Reference in New Issue
Block a user