mirror of
https://github.com/aap/librw.git
synced 2025-12-19 17:09:51 +00:00
fixed build for ps2
This commit is contained in:
@@ -353,8 +353,8 @@ Skin::init(int32 numBones, int32 numUsedBones, int32 numVertices)
|
||||
|
||||
|
||||
|
||||
static_assert(sizeof(Skin::RLEcount) == 2, "RLEcount size");
|
||||
static_assert(sizeof(Skin::RLE) == 2, "RLE size");
|
||||
//static_assert(sizeof(Skin::RLEcount) == 2, "RLEcount size");
|
||||
//static_assert(sizeof(Skin::RLE) == 2, "RLE size");
|
||||
|
||||
void
|
||||
Skin::findNumWeights(int32 numVertices)
|
||||
|
||||
Reference in New Issue
Block a user