bit of cleanup

This commit is contained in:
2024-11-25 20:04:31 -06:00
parent aefbe17786
commit 274c96bb64
37 changed files with 128 additions and 122 deletions

View File

@@ -23,7 +23,7 @@ void Camera::onDispose() {
std::shared_ptr<RenderTarget> Camera::getRenderTarget() {
if(this->renderTarget) return this->renderTarget;
return getGame()->renderHost.getBackBufferRenderTarget();
return getGame()->renderHost->getBackBufferRenderTarget();
}
glm::mat4 Camera::getProjection() {