From e6a5dbe8097c14e5971ea6e7f460eeef75ff08ed Mon Sep 17 00:00:00 2001 From: Stefanos Kornilios Mitsis Poiitidis Date: Sun, 23 Feb 2025 17:37:30 +0200 Subject: [PATCH] Bump DC_MODEL_VERSION for skinning fix --- vendor/librw/src/dc/rwdc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/librw/src/dc/rwdc.cpp b/vendor/librw/src/dc/rwdc.cpp index 6823aa2b..0b96b951 100644 --- a/vendor/librw/src/dc/rwdc.cpp +++ b/vendor/librw/src/dc/rwdc.cpp @@ -4648,7 +4648,7 @@ writeNativeTexture(Texture *tex, Stream *stream) } #endif -#define DC_MODEL_VERSION 5 +#define DC_MODEL_VERSION 6 void* destroyNativeData(void *object, int32, int32)