Added Camera component panel

This commit is contained in:
Antoine Pilote
2023-03-01 22:03:12 -05:00
parent f5c5497122
commit 344e2fb0c8
5 changed files with 55 additions and 2 deletions

View File

@@ -48,7 +48,8 @@ namespace Nuake
m_LastFrameTime = m_Time;
// Dont update if no scene is loaded.
if (CurrentWindow->GetScene()) {
if (CurrentWindow->GetScene())
{
CurrentWindow->Update(timestep);
// Play mode update all the entities, Editor does not.