fix minor error

This commit is contained in:
FatalErr42O 2024-12-23 15:00:29 -08:00
parent 84992bf2bc
commit 0170e7c40e

View File

@ -26,7 +26,7 @@ end
-- @function read_model
-- @param modelname string, the name of model you are trying to read.
-- @param node_only bool, specifies wether to ignore textures, meshes, or anything else. Use this if you're only trying to solve bone transforms.
-- @return b3d table
-- @return @{BB3D}
function leef.b3d_reader.read_model(modelname, node_only)
assert(modelname, "no modelname provided")
-- @todo remove core dependancy on