mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-22 21:02:07 +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
|
||||
|
||||
function ufbx:link()
|
||||
function ufbx:link(links)
|
||||
links:add(self:name())
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user