fixing camera FOV issue

This commit is contained in:
2025-05-03 00:32:58 +02:00
parent 6fd558039d
commit af6ca30d64
9 changed files with 18 additions and 11 deletions

View File

@@ -108,6 +108,7 @@ namespace Scop
void Scene::Destroy()
{
RenderCore::Get().WaitDeviceIdle();
p_skybox.reset();
m_depth.Destroy();
m_actors.clear();