X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fvrinput.h;h=48ac1e3bfa795bca3e62120673c9b842b85164f1;hp=1ab89a16503dc457b48cae17dd1775bf4c91eed6;hb=c22f7c9b89f295140c523d85829062de21af29a0;hpb=05fbfb6f2570953f8e98d99e58c7c763a0279c21 diff --git a/src/vrinput.h b/src/vrinput.h index 1ab89a1..48ac1e3 100644 --- a/src/vrinput.h +++ b/src/vrinput.h @@ -9,7 +9,6 @@ struct VRHand { Vec3 pos; Quat rot; Mat4 xform; /* combination of the above */ - goatvr_source *src; }; extern VRHand vrhand[2];