mirror of https://github.com/AxioDL/boo.git
WindowWin32: Add missing override specifier
This commit is contained in:
parent
5662ef11dd
commit
bd5ea36659
|
@ -417,7 +417,7 @@ public:
|
|||
|
||||
VulkanContext::Window* m_windowCtx = nullptr;
|
||||
|
||||
void resized(const SWindowRect& rect) {
|
||||
void resized(const SWindowRect& rect) override {
|
||||
if (m_windowCtx)
|
||||
m_ctx->resizeSwapChain(*m_windowCtx, m_surface, m_format, m_colorspace, rect);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue