|
@@ -97,7 +97,7 @@ protected:
|
|
|
|
|
|
Entry() { /** intentionally not initialized.*/ }
|
|
|
Entry( unsigned int pIndex, const aiVector3D& pPosition, float pDistance)
|
|
|
- : mPosition( pPosition), mIndex( pIndex), mDistance( pDistance)
|
|
|
+ : mIndex( pIndex), mPosition( pPosition), mDistance( pDistance)
|
|
|
{ }
|
|
|
|
|
|
bool operator < (const Entry& e) const { return mDistance < e.mDistance; }
|
|
@@ -109,4 +109,4 @@ protected:
|
|
|
|
|
|
} // end of namespace Assimp
|
|
|
|
|
|
-#endif // AI_SPATIALSORT_H_INC
|
|
|
+#endif // AI_SPATIALSORT_H_INC
|