From 1e2dabfd5e04f2d202e9d000b9ae8d9e077de698 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Tue, 18 Mar 2014 15:09:54 -0700 Subject: [PATCH] Changed addresses to new models locations --- interface/src/ModelBrowser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/ModelBrowser.h b/interface/src/ModelBrowser.h index 9b7cf51ab3..42dd65ab27 100644 --- a/interface/src/ModelBrowser.h +++ b/interface/src/ModelBrowser.h @@ -15,8 +15,8 @@ #include static const QString S3_URL = "http://highfidelity-public.s3-us-west-1.amazonaws.com"; -static const QString HEAD_MODELS_LOCATION = "meshes/"; -static const QString SKELETON_MODELS_LOCATION = "meshes/"; +static const QString HEAD_MODELS_LOCATION = "models/heads/"; +static const QString SKELETON_MODELS_LOCATION = "models/skeletons/"; enum ModelType { Head,