1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-06 22:33:34 +00:00

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

View file

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