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:
2
thirdparty/ufbx.lua
vendored
2
thirdparty/ufbx.lua
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user