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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user