diff options
Diffstat (limited to 'thirdparty/meshoptimizer/indexcodec.cpp')
| -rw-r--r-- | thirdparty/meshoptimizer/indexcodec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/meshoptimizer/indexcodec.cpp b/thirdparty/meshoptimizer/indexcodec.cpp index e4495b8586..4cc2fea63a 100644 --- a/thirdparty/meshoptimizer/indexcodec.cpp +++ b/thirdparty/meshoptimizer/indexcodec.cpp @@ -13,7 +13,7 @@ namespace meshopt const unsigned char kIndexHeader = 0xe0; const unsigned char kSequenceHeader = 0xd0; -static int gEncodeIndexVersion = 0; +static int gEncodeIndexVersion = 1; typedef unsigned int VertexFifo[16]; typedef unsigned int EdgeFifo[16][2]; |
