mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2025-12-31 08:19:51 -06:00
5 lines
121 B
Lua
5 lines
121 B
Lua
if os.getenv("OPENSPACE_DEVELOPER")
|
|
then
|
|
openspace.setPropertyValueSingle('OpenSpaceEngine.PropertyVisibility', 4)
|
|
end
|