2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 08:42:35 +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
committed by Jan Laupetin
parent 57d4c906af
commit 8303e7e830
+1 -1
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