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

Prevent crash with Oculus backend

parent 26edbdf0
......@@ -45,7 +45,6 @@ class Oculus(HMD_Base):
:return: return True if the device was properly initialized
:rtype: bool
"""
return TODO
"""
Oculus SDK bridge
......@@ -53,6 +52,8 @@ class Oculus(HMD_Base):
"""
self._width = 512 #TODO
self._height = 512 #TODO
TODO
return super(Oculus, self).init()
def loop(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