summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/utils/objecthelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavis3d/utils/objecthelper.cpp')
-rw-r--r--src/datavis3d/utils/objecthelper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datavis3d/utils/objecthelper.cpp b/src/datavis3d/utils/objecthelper.cpp
index df77d395..aef1ddd0 100644
--- a/src/datavis3d/utils/objecthelper.cpp
+++ b/src/datavis3d/utils/objecthelper.cpp
@@ -51,6 +51,7 @@ QT_DATAVIS3D_BEGIN_NAMESPACE
ObjectHelper::ObjectHelper(const QString &objectFile)
: m_objectFile(objectFile)
{
+ m_indicesType = GL_UNSIGNED_SHORT;
}
ObjectHelper::~ObjectHelper()