From 536b7259fa8cc9d99170c5df84f2dca638ce5061 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Thu, 21 Sep 2017 22:02:53 +0300 Subject: [PATCH] don't draw hands if we don't have hand-tracking --- src/app.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.cc b/src/app.cc index dc87024..2f2cd50 100644 --- a/src/app.cc +++ b/src/app.cc @@ -366,7 +366,6 @@ void app_display() glLoadMatrixf(view_matrix[0]); draw_scene(); - draw_vrhands(); // XXX if(!fb_srgb && sdr_post_gamma) { slow_post(sdr_post_gamma); -- 1.7.10.4