try, try again

This commit is contained in:
Seth Alves 2016-11-13 12:15:35 -08:00
parent 359f05426c
commit 946dc256f0

View file

@ -42,7 +42,7 @@ static const char* MENU_NAME = "Vive Controllers";
static const char* MENU_PATH = "Avatar" ">" "Vive Controllers";
static const char* RENDER_CONTROLLERS = "Render Hand Controllers";
const QString ViveControllerManager::NAME = "OpenVR";
const char* ViveControllerManager::NAME { "OpenVR" };
bool ViveControllerManager::isSupported() const {
return openVrSupported();