mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:17:58 +02:00
try, try again
This commit is contained in:
parent
da83fd9fa4
commit
645134e4b0
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ Q_DECLARE_LOGGING_CATEGORY(oculus)
|
||||||
|
|
||||||
static const char* MENU_PARENT = "Avatar";
|
static const char* MENU_PARENT = "Avatar";
|
||||||
static const char* MENU_NAME = "Oculus Touch Controllers";
|
static const char* MENU_NAME = "Oculus Touch Controllers";
|
||||||
static const char* MENU_PATH = MENU_PARENT + ">" + MENU_NAME;
|
static const char* MENU_PATH = "Avatar" ">" "Oculus Touch Controllers";
|
||||||
|
|
||||||
const QString OculusControllerManager::NAME = "Oculus";
|
const char* OculusControllerManager::NAME = "Oculus";
|
||||||
|
|
||||||
bool OculusControllerManager::isSupported() const {
|
bool OculusControllerManager::isSupported() const {
|
||||||
return oculusAvailable();
|
return oculusAvailable();
|
||||||
|
|
Loading…
Reference in a new issue