From 9428b36986a018ad18e78644418983a243fda78a Mon Sep 17 00:00:00 2001 From: bjorn Date: Fri, 11 Feb 2022 18:37:21 -0800 Subject: [PATCH] Fix OpenVR driver; --- src/modules/headset/headset_openvr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/headset/headset_openvr.c b/src/modules/headset/headset_openvr.c index 694da87b..62fa683f 100644 --- a/src/modules/headset/headset_openvr.c +++ b/src/modules/headset/headset_openvr.c @@ -678,7 +678,7 @@ static ModelData* openvr_newModelData(Device device, bool animated) { model->buffers[2 * i + 0] = (ModelBuffer) { .blob = 0, .size = vertexCount * vertexSize, - .stride = vertexSize + .stride = vertexSize, .data = (char*) vertices };