Use PODVector for GeometryDesc to avoid MSVC warning.

This commit is contained in:
Lasse Öörni 2014-08-14 11:09:07 +03:00
parent c8f989f0c3
commit ba4cb70e42

View File

@ -208,7 +208,7 @@ private:
/// Index buffer data for asynchronous loading.
Vector<IndexBufferDesc> loadIBData_;
/// Geometry definitions for asynchronous loading.
Vector<Vector<GeometryDesc> > loadGeometries_;
Vector<PODVector<GeometryDesc> > loadGeometries_;
};
}