mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 13:55:26 +02:00
Indentation!
This commit is contained in:
parent
b34921ea6d
commit
55d0835ba1
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
|||
#include <QMainWindow>
|
||||
|
||||
GLCanvas::GLCanvas() : QGLWidget(QGLFormat(QGL::NoDepthBuffer, QGL::NoStencilBuffer)),
|
||||
_throttleRendering(false),
|
||||
_idleRenderInterval(100)
|
||||
_throttleRendering(false),
|
||||
_idleRenderInterval(100)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue