Fix Linux compilation
This commit is contained in:
@@ -21,7 +21,6 @@ namespace Nz::GL
|
||||
~EGLContextX11() = default;
|
||||
|
||||
bool Create(const ContextParams& params, WindowHandle window, const EGLContextBase* shareContext = nullptr) override;
|
||||
void Destroy() override;
|
||||
|
||||
EGLContextX11& operator=(const EGLContextX11&) = delete;
|
||||
EGLContextX11& operator=(EGLContextX11&&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user