Use PODVector for GeometryDesc to avoid MSVC warning.
This commit is contained in:
parent
c8f989f0c3
commit
ba4cb70e42
@ -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_;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user