2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-23 05:12:05 +00:00

Fixed missing parameter in the ufbx premake script causing the build to fail.

This commit is contained in:
LJW-Dev
2025-11-04 13:55:02 +08:00
parent f7a36f938a
commit 8007bb54a0

2
thirdparty/ufbx.lua vendored
View File

@@ -8,7 +8,7 @@ function ufbx:include(includes)
end end
end end
function ufbx:link() function ufbx:link(links)
links:add(self:name()) links:add(self:name())
end end