3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 13:55:26 +02:00

Indentation!

This commit is contained in:
Geenz 2014-03-13 19:08:18 -04:00
parent b34921ea6d
commit 55d0835ba1

View file

@ -14,8 +14,8 @@
#include <QMainWindow>
GLCanvas::GLCanvas() : QGLWidget(QGLFormat(QGL::NoDepthBuffer, QGL::NoStencilBuffer)),
_throttleRendering(false),
_idleRenderInterval(100)
_throttleRendering(false),
_idleRenderInterval(100)
{
}