diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index f0ec794ada..a8e96bfbd7 100755 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2791,6 +2791,7 @@ void Application::eyedropperVoxelUnderCursor() { } void Application::goHome() { + printLog("Going Home!\n"); _myAvatar.setPosition(START_LOCATION); } diff --git a/interface/src/Application.h b/interface/src/Application.h index 41ed32ad68..01f85812d6 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -150,6 +150,8 @@ private slots: void copyVoxels(); void pasteVoxels(); void runTests(); + void goHome(); + private: static void broadcastToNodes(unsigned char* data, size_t bytes, const char type); @@ -181,7 +183,6 @@ private: void maybeEditVoxelUnderCursor(); void deleteVoxelUnderCursor(); void eyedropperVoxelUnderCursor(); - void goHome(); void resetSensors(); void setMenuShortcutsEnabled(bool enabled);