mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:58:51 +02:00
One more
This commit is contained in:
parent
c4d2bd2cda
commit
930ec7a6d8
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ const QString& getQmlDir() {
|
||||||
class QTestWindow : public QWindow {
|
class QTestWindow : public QWindow {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
QOpenGLContext * _context{ nullptr };
|
QOpenGLContext* _context{ nullptr };
|
||||||
QSize _size;
|
QSize _size;
|
||||||
TextRenderer* _textRenderer[4];
|
TextRenderer* _textRenderer[4];
|
||||||
RateCounter fps;
|
RateCounter fps;
|
||||||
|
|
Loading…
Reference in a new issue