Merge pull request #4510 from birarda/new-entry

use the new place 'entry' as entry point
This commit is contained in:
Philip Rosedale 2015-03-25 16:38:08 -07:00
commit da779fa0ef

View file

@ -23,7 +23,7 @@
#include "AccountManager.h"
const QString HIFI_URL_SCHEME = "hifi";
const QString DEFAULT_HIFI_ADDRESS = "hifi://sandbox";
const QString DEFAULT_HIFI_ADDRESS = "hifi://entry";
typedef const glm::vec3& (*PositionGetter)();
typedef glm::quat (*OrientationGetter)();