Made RenderWindow::HasContext override
Former-commit-id: 09d0323c0c3c392f015955d6a25e0fee9331ed7e
This commit is contained in:
parent
9357079e1d
commit
b0270b0497
|
|
@ -50,7 +50,7 @@ class NAZARA_API NzRenderWindow : public NzRenderTarget, public NzWindow
|
|||
|
||||
// Fonctions OpenGL
|
||||
NzContextParameters GetContextParameters() const;
|
||||
bool HasContext() const;
|
||||
bool HasContext() const override;
|
||||
|
||||
protected:
|
||||
bool Activate() const override;
|
||||
|
|
|
|||
Loading…
Reference in New Issue