mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:37:35 +02:00
Fixed coding standard issues
This commit is contained in:
parent
2570c55241
commit
216a73cf60
1 changed files with 3 additions and 4 deletions
|
@ -234,8 +234,8 @@ void OverlayRenderer::renderOverlay(bool renderToTexture) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Draws the FBO texture for the screen
|
// Draws the FBO texture for the screen
|
||||||
void OverlayRenderer::displayOverlayTexture(Camera& whichCamera)
|
void OverlayRenderer::displayOverlayTexture(Camera& whichCamera) {
|
||||||
{
|
|
||||||
Application* application = Application::getInstance();
|
Application* application = Application::getInstance();
|
||||||
QGLWidget* glWidget = application->getGLWidget();
|
QGLWidget* glWidget = application->getGLWidget();
|
||||||
|
|
||||||
|
@ -263,8 +263,7 @@ void OverlayRenderer::displayOverlayTexture(Camera& whichCamera)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Draws the FBO texture for Oculus rift. TODO: Draw a curved texture instead of plane.
|
// Draws the FBO texture for Oculus rift. TODO: Draw a curved texture instead of plane.
|
||||||
void OverlayRenderer::displayOverlayTextureOculus(Camera& whichCamera)
|
void OverlayRenderer::displayOverlayTextureOculus(Camera& whichCamera) {
|
||||||
{
|
|
||||||
|
|
||||||
Application* application = Application::getInstance();
|
Application* application = Application::getInstance();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue