mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 03:04:33 +02:00
Fixing GL window header
This commit is contained in:
parent
bb29127eff
commit
3fa7c7b516
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ public:
|
|||
bool makeCurrent();
|
||||
void doneCurrent();
|
||||
void swapBuffers();
|
||||
virtual bool event(QEvent* ev) override;
|
||||
private:
|
||||
std::once_flag _reportOnce;
|
||||
QOpenGLContext* _context{ nullptr };
|
||||
|
|
Loading…
Reference in a new issue