don't draw hands if we don't have hand-tracking
[laserbrain_demo] / src / app.cc
index dc87024..2f2cd50 100644 (file)
@@ -366,7 +366,6 @@ void app_display()
                glLoadMatrixf(view_matrix[0]);
 
                draw_scene();
                glLoadMatrixf(view_matrix[0]);
 
                draw_scene();
-               draw_vrhands(); // XXX
 
                if(!fb_srgb && sdr_post_gamma) {
                        slow_post(sdr_post_gamma);
 
                if(!fb_srgb && sdr_post_gamma) {
                        slow_post(sdr_post_gamma);