Fixes to comments on pull request

This commit is contained in:
Ylva Selling
2022-05-17 11:40:19 -04:00
parent 817822a829
commit 0fa317d96f
4 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
if(os.getenv("OPENSPACE_DEVELOPER"))
if os.getenv("OPENSPACE_DEVELOPER")
then
openspace.setPropertyValueSingle('OpenSpaceEngine.Visibility', 4)
end
openspace.setPropertyValueSingle('OpenSpaceEngine.PropertyVisibility', 4)
end