mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Removed testing code
This commit is contained in:
parent
ff8694d5c5
commit
e9dffc0681
1 changed files with 0 additions and 6 deletions
|
@ -68,7 +68,6 @@
|
|||
#include "InterfaceVersion.h"
|
||||
#include "Menu.h"
|
||||
#include "ModelUploader.h"
|
||||
#include "UserActivityLogger.h"
|
||||
#include "Util.h"
|
||||
#include "devices/OculusManager.h"
|
||||
#include "devices/TV3DManager.h"
|
||||
|
@ -848,15 +847,10 @@ void Application::keyPressEvent(QKeyEvent* event) {
|
|||
break;
|
||||
|
||||
case Qt::Key_Space:
|
||||
|
||||
UserActivityLogger::getInstance().login();
|
||||
break;
|
||||
resetSensors();
|
||||
break;
|
||||
|
||||
case Qt::Key_G:
|
||||
UserActivityLogger::getInstance().logout();
|
||||
break;
|
||||
if (isShifted) {
|
||||
Menu::getInstance()->triggerOption(MenuOption::ObeyEnvironmentalGravity);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue