Add newlines to end of files to silence compiler warnings
This commit is contained in:
@ -248,4 +248,4 @@ void OpenGLWidget::setupProjectionMatrix(void)
|
||||
float aspect = static_cast<float>(width()) / static_cast<float>(height());
|
||||
|
||||
glOrtho(frustumSize*aspect, -frustumSize*aspect, frustumSize, -frustumSize, 1.0, 5000);
|
||||
}
|
||||
}
|
||||
|
@ -80,4 +80,4 @@ class OpenGLWidget : public QGLWidget
|
||||
unsigned int m_uVolumeDepthInRegions;
|
||||
};
|
||||
|
||||
#endif //__PolyVox_OpenGLWidget_H__
|
||||
#endif //__PolyVox_OpenGLWidget_H__
|
||||
|
Reference in New Issue
Block a user