Fixed more font stuff, works really really good now.

This commit is contained in:
2023-01-14 23:34:15 -08:00
parent 0558b3bb25
commit 18d3b074f9
14 changed files with 81 additions and 25 deletions

View File

@ -43,7 +43,6 @@ void SubSceneCameraAlign::realign() {
this->camera->orthoLeft = diff;
this->camera->orthoRight = this->renderTarget->getWidth() - diff;
}
}
void SubSceneCameraAlign::setRenderTarget(TextureRenderTarget *renderTarget) {