mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 15:46:19 +00:00
Fix missed override declarations
This commit is contained in:
@@ -510,7 +510,7 @@ public:
|
||||
visualIdOut = screen->root_visual->visualid;
|
||||
}
|
||||
|
||||
void destroy() {
|
||||
void destroy() override {
|
||||
VulkanContext::Window& m_windowCtx = *m_ctx->m_windows[m_parentWindow];
|
||||
m_windowCtx.m_swapChains[0].destroy(m_ctx->m_dev);
|
||||
m_windowCtx.m_swapChains[1].destroy(m_ctx->m_dev);
|
||||
|
||||
Reference in New Issue
Block a user