Fix forgotten identifier rename that lead to an error

This commit is contained in:
Emma Broman
2021-05-26 09:08:06 +02:00
parent 63cbf270ee
commit a1be8d16cf

View File

@@ -140,7 +140,7 @@ asset.onInitialize(function ()
for _, node in ipairs(nodes) do
openspace.addSceneGraphNode(node)
end
openspace.setPropertyValueSingle("Scene.ISSparentNode.Rotation.yAxisInvertObject", true)
openspace.setPropertyValueSingle("Scene.ISSModel.Rotation.yAxisInvertObject", true)
end)