fix vr controllers interfering with screen drawing

This commit is contained in:
2020-11-07 23:03:03 +01:00
parent 5394cbf8c3
commit ce6805f261
6 changed files with 36 additions and 5 deletions

View File

@@ -472,6 +472,7 @@ void App::init()
if (Settings::value_or<Serializer::Boolean>("auto-timelapse", true))
rec_start();
Settings::value<Serializer::Boolean>("vr-controllers-enabled", vr_controllers_enabled);
if (!check_license())
{