added editor WIP

This commit is contained in:
2026-01-18 14:59:44 +01:00
parent 281e4740a8
commit dc5b58d7d3
27 changed files with 2448 additions and 1 deletions

View File

@@ -132,7 +132,9 @@ void TSE::Camera::OnUpdate()
{
mainCamera = this;
}
IRenderer::camerasToRenderWith.push_back(this);
if(rt != nullptr)
IRenderer::camerasToRenderWith.push_back(this);
}
void TSE::Camera::Start()