use the new placename entry as entry point

This commit is contained in:
Stephen Birarda 2015-03-25 15:30:03 -07:00
parent c0b1ff4a57
commit ef0281ab43

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)();