From: John Tsiombikas Date: Thu, 21 Sep 2017 19:02:53 +0000 (+0300) Subject: don't draw hands if we don't have hand-tracking X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=commitdiff_plain;h=536b7259fa8cc9d99170c5df84f2dca638ce5061 don't draw hands if we don't have hand-tracking --- 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);