Merge branch 'main' into ImGui-V2

This commit is contained in:
2024-04-05 16:38:36 +02:00
7 changed files with 643 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ ApplicationClass::ApplicationClass()
m_Position = 0;
m_Frustum = 0;
m_DisplayPlane = 0;
m_ReflectionShader = 0;
}