Platform/WindowManager: Rename to WindowBackend
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Nz::GL
|
||||
|
||||
bool WGLContext::Create(const WGLContext* baseContext, const ContextParams& params, WindowHandle window, const WGLContext* shareContext)
|
||||
{
|
||||
NazaraAssert(window.type == WindowManager::Windows, "expected Windows window");
|
||||
NazaraAssert(window.type == WindowBackend::Windows, "expected Windows window");
|
||||
|
||||
Destroy();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user