mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:29:16 +02:00
try, try again
This commit is contained in:
parent
359f05426c
commit
946dc256f0
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue