From e6fccfd776429a4193411cdbb3b25a147484f1c0 Mon Sep 17 00:00:00 2001 From: dankers Date: Thu, 1 Jul 2010 08:46:41 +0000 Subject: [PATCH] Default location and model changed for model view. This means adding a ModelView plugin should just work without any configuration. There is still an issue with this plugin where it will crash if no model is selected, this is not a work-around and that issue needs resolving. However this does mean that it will not meet that issue by default (as is the case now) as it will default to the Easystar. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@964 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/src/plugins/modelview/modelviewgadgetconfiguration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/src/plugins/modelview/modelviewgadgetconfiguration.cpp b/ground/src/plugins/modelview/modelviewgadgetconfiguration.cpp index d26956220..d2cfaac17 100644 --- a/ground/src/plugins/modelview/modelviewgadgetconfiguration.cpp +++ b/ground/src/plugins/modelview/modelviewgadgetconfiguration.cpp @@ -30,7 +30,7 @@ ModelViewGadgetConfiguration::ModelViewGadgetConfiguration(QString classId, const QByteArray &state, QObject *parent) : IUAVGadgetConfiguration(classId, parent), - m_acFilename("../share/openpilotgcs/models/Easystar/EasyStar.3ds"), + m_acFilename("../share/models/Easystar/EasyStar.3ds"), m_bgFilename(""), m_enableVbo(false) {