Fix cleanup bugs

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-12-03 02:37:39 +02:00
parent 755936eee8
commit 63ab54216f
4 changed files with 14 additions and 10 deletions

View File

@@ -22,8 +22,6 @@ private:
Logger m_logger { "Lunar" };
std::unique_ptr<VulkanRenderer> m_renderer;
ImGuiContext *m_imgui_context;
bool m_running { true };
};