Fixed VN Scrolling bug
This commit is contained in:
@ -89,7 +89,7 @@ int32_t VNTextboxScroller::getTotalQuadsToBeRevealed() {
|
||||
) {
|
||||
quadsTotal += this->label->lines[i].quadCount;
|
||||
}
|
||||
return quadsTotal;
|
||||
return quadsTotal;
|
||||
}
|
||||
|
||||
bool_t VNTextboxScroller::hasRevealedAllCurrentCharacters() {
|
||||
|
Reference in New Issue
Block a user