mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
Removed unused framebuffer
This commit is contained in:
@@ -56,7 +56,6 @@ namespace Nuake {
|
||||
filesystem = new FileSystemUI(this);
|
||||
_WelcomeWindow = new WelcomeWindow(this);
|
||||
_audioWindow = new AudioWindow();
|
||||
m_EntitySelectionFramebuffer = CreateRef<FrameBuffer>(false, Vector2(1280, 720));
|
||||
}
|
||||
|
||||
void EditorInterface::Init()
|
||||
|
||||
@@ -35,7 +35,6 @@ namespace Nuake
|
||||
ImGuizmo::MODE CurrentMode = ImGuizmo::WORLD;
|
||||
Ref<Material> m_SelectedMaterial;
|
||||
Ref<Directory> m_CurrentDirectory;
|
||||
Ref<FrameBuffer> m_EntitySelectionFramebuffer;
|
||||
|
||||
bool m_IsMaterialSelected = false;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user