mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Fix style guide issues
Update Ghoul repository
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user