Audio mixer window

This commit is contained in:
Antoine Pilote
2023-04-03 00:37:40 -04:00
parent 1532724a5d
commit 6b018aeb32
6 changed files with 65 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ namespace Nuake {
{
filesystem = new FileSystemUI(this);
_WelcomeWindow = new WelcomeWindow(this);
_audioWindow = new AudioWindow();
m_EntitySelectionFramebuffer = CreateRef<FrameBuffer>(false, Vector2(1280, 720));
}
@@ -1463,6 +1463,8 @@ namespace Nuake {
pInterface.m_CurrentProject = Engine::GetProject();
_audioWindow->Draw();
DrawMenuBar();
pInterface.DrawEntitySettings();