Compare commits

..

1 Commits

Author SHA1 Message Date
Tristan 'Natrist' Cormier
3ceea3c9b5
Merge b902b5484e into e5cc9de486 2026-02-18 23:18:42 -05:00

View File

@ -91,8 +91,4 @@ void CGWorldFrame::OnWorldRender() {
void CGWorldFrame::OnWorldUpdate() { void CGWorldFrame::OnWorldUpdate() {
// TODO // TODO
this->m_camera->SetupWorldProjection(this->m_screenRect);
// TODO
} }