3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 12:15:25 +02:00
This commit is contained in:
Brad Davis 2015-04-22 19:22:10 -07:00
parent c4d2bd2cda
commit 930ec7a6d8

View file

@ -84,7 +84,7 @@ const QString& getQmlDir() {
class QTestWindow : public QWindow {
Q_OBJECT
QOpenGLContext * _context{ nullptr };
QOpenGLContext* _context{ nullptr };
QSize _size;
TextRenderer* _textRenderer[4];
RateCounter fps;