mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-20 02:15:34 +00:00
Windows deallocation fixes
This commit is contained in:
@@ -1018,9 +1018,9 @@ public:
|
||||
m_gfxCtx.reset(new GraphicsContextWin32D3D(api, this, m_hwnd, b3dCtx));
|
||||
}
|
||||
|
||||
~WindowWin32()
|
||||
void _cleanup()
|
||||
{
|
||||
|
||||
m_gfxCtx.reset();
|
||||
}
|
||||
|
||||
void setCallback(IWindowCallback* cb)
|
||||
|
||||
Reference in New Issue
Block a user