don't draw hands if we don't have hand-tracking
authorJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 21 Sep 2017 19:02:53 +0000 (22:02 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 21 Sep 2017 19:02:53 +0000 (22:02 +0300)
src/app.cc

index dc87024..2f2cd50 100644 (file)
@@ -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);