diff --git a/src/vr.rs b/src/vr.rs index 05a50c7..ae1b062 100644 --- a/src/vr.rs +++ b/src/vr.rs @@ -47,7 +47,7 @@ impl From for Error { } impl VR { - pub fn new() -> Result { + pub fn new() -> Result { let context = unsafe { vr::init(vr::ApplicationType::Scene)? }; Ok(VR { system: context.system()?,