Fix style guide issues

Update Ghoul repository
This commit is contained in:
Alexander Bock
2017-12-29 19:18:06 +01:00
parent 023b654c16
commit c9a3c68f19
94 changed files with 1324 additions and 1424 deletions

View File

@@ -220,7 +220,9 @@ void RenderableModel::update(const UpdateData&) {
_programObject->rebuildFromFile();
}
_sunPos = OsEng.renderEngine().scene()->sceneGraphNode("SolarSystemBarycenter")->worldPosition();
_sunPos = OsEng.renderEngine().scene()->sceneGraphNode(
"SolarSystemBarycenter"
)->worldPosition();
}
void RenderableModel::loadTexture() {