Merge branch 'PAL_v2' of https://github.com/highfidelity/hifi into PAL_v2

This commit is contained in:
David Kelly 2017-03-16 13:19:42 -07:00
commit 140ef736ee
2 changed files with 1 additions and 2 deletions

View file

@ -27,7 +27,7 @@ Item {
// Properties
property string profileUrl: "";
property string defaultBaseUrl: location.metaverseServerUrl;
property string defaultBaseUrl: AddressManager.metaverseServerUrl;
property string connectionStatus : ""
property string uuid: ""
property string displayName: ""

View file

@ -2011,7 +2011,6 @@ void Application::initializeUi() {
rootContext->setContextProperty("Scene", DependencyManager::get<SceneScriptingInterface>().data());
rootContext->setContextProperty("Render", _renderEngine->getConfiguration().get());
rootContext->setContextProperty("Reticle", getApplicationCompositor().getReticleInterface());
rootContext->setContextProperty("location", DependencyManager::get<AddressManager>().data());
rootContext->setContextProperty("ApplicationCompositor", &getApplicationCompositor());