Fixed VN Scrolling bug

This commit is contained in:
2023-07-12 21:08:07 -07:00
parent 73c331ffec
commit 2eb441dfb3
2 changed files with 4 additions and 2 deletions

View File

@ -89,7 +89,7 @@ int32_t VNTextboxScroller::getTotalQuadsToBeRevealed() {
) {
quadsTotal += this->label->lines[i].quadCount;
}
return quadsTotal;
return quadsTotal;
}
bool_t VNTextboxScroller::hasRevealedAllCurrentCharacters() {