diff --git a/Source/Engine/ContentImporters/CreateSkeletonMask.h b/Source/Engine/ContentImporters/CreateSkeletonMask.h index 3a88d4ca3..d785a789f 100644 --- a/Source/Engine/ContentImporters/CreateSkeletonMask.h +++ b/Source/Engine/ContentImporters/CreateSkeletonMask.h @@ -22,7 +22,7 @@ public: static CreateAssetResult Create(CreateAssetContext& context) { // Base - IMPORT_SETUP(SkeletonMask, 1); + IMPORT_SETUP(SkeletonMask, 2); // Chunk 0 if (context.AllocateChunk(0))