Improved editor camera support

This commit is contained in:
antopilo
2023-03-06 12:13:06 -05:00
parent 7982fe151f
commit a777f37830
11 changed files with 215 additions and 85 deletions

View File

@@ -126,7 +126,7 @@ namespace Nuake {
void Scene::EditorUpdate(Timestep ts)
{
m_EditorCamera->Update(ts);
}
void Scene::Draw(FrameBuffer& framebuffer)