mirror of
https://github.com/AxioDL/boo.git
synced 2025-07-04 12:15:52 +00:00
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…
x
Reference in New Issue
Block a user