internal gltf.c

This commit is contained in:
2026-02-18 22:19:43 -06:00
parent 56c9da8c1a
commit c24bc00ce1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
var gltf = this
var gltf = use('internal/gltf')
var native_decode = gltf.decode
var fd = use('fd')
@@ -664,4 +664,4 @@ gltf.load = function(input, opts) {
return asset
}
return gltf
return gltf