Commit e4bad93b authored by Dalai Felinto's avatar Dalai Felinto
Browse files

Setting OCULUS LEGACY as default mode

parent 90556157
......@@ -51,7 +51,7 @@ class VirtualRealityPreferences(bpy.types.AddonPreferences):
("OCULUS_LEGACY", "Oculus Legacy", "Oculus 0.5 - oculus.com"),
("DEBUG", "Debug", "Debug backend - no real HMD"),
),
default="OCULUS",
default="OCULUS_LEGACY",
)
def draw(self, context):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment