Downgrade Assimp to v5.2.3

Due to issues with the aiProcess_JoinIdenticalVertices flag
This commit is contained in:
SirLynix 2022-08-17 20:00:44 +02:00 committed by Jérôme Leclercq
parent a9801894e8
commit 68d1125014
1 changed files with 1 additions and 1 deletions

View File

@ -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")