Merge pull request #33 from esno/webvr_fix

remove webvrGetBoundsGeometry reference from webvr.c
This commit is contained in:
Bjorn Swenson 2018-01-26 17:10:24 -08:00 committed by GitHub
commit 031663c096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -269,7 +269,6 @@ HeadsetInterface lovrHeadsetWebVRDriver = {
webvrSetClipDistance,
webvrGetBoundsWidth,
webvrGetBoundsDepth,
webvrGetBoundsGeometry,
webvrGetPose,
webvrGetEyePose,
webvrGetVelocity,