2
0
Kim Kulling 5 жил өмнө
parent
commit
232761be02

+ 1 - 1
include/assimp/SmallVector.h

@@ -66,7 +66,7 @@ public:
     SmallVector() : 
             mStorage(mInplaceStorage),
             mSize(0),
-            mCapacity(Capasity) {
+            mCapacity(Capacity) {
         // empty
     }