From 68d11250146aa957657ae84abbeb8f79fd1ac25c Mon Sep 17 00:00:00 2001 From: SirLynix Date: Wed, 17 Aug 2022 20:00:44 +0200 Subject: [PATCH] Downgrade Assimp to v5.2.3 Due to issues with the aiProcess_JoinIdenticalVertices flag --- plugins/Assimp/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Assimp/xmake.lua b/plugins/Assimp/xmake.lua index c88e335dd..9ef5aaff0 100644 --- a/plugins/Assimp/xmake.lua +++ b/plugins/Assimp/xmake.lua @@ -6,7 +6,7 @@ option("assimp") option_end() if has_config("assimp") then - add_requires("assimp") + add_requires("assimp v5.2.3") target("PluginAssimp") set_kind("shared")