mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:09:52 +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* MENU_PATH = "Avatar" ">" "Vive Controllers";
|
||||||
static const char* RENDER_CONTROLLERS = "Render Hand Controllers";
|
static const char* RENDER_CONTROLLERS = "Render Hand Controllers";
|
||||||
|
|
||||||
const QString ViveControllerManager::NAME = "OpenVR";
|
const char* ViveControllerManager::NAME { "OpenVR" };
|
||||||
|
|
||||||
bool ViveControllerManager::isSupported() const {
|
bool ViveControllerManager::isSupported() const {
|
||||||
return openVrSupported();
|
return openVrSupported();
|
||||||
|
|
Loading…
Reference in a new issue