rm push/pop

This commit is contained in:
2026-02-26 08:14:21 -06:00
parent f703879ab7
commit a96bd7fe91
2 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ for (i = 0; i < length(model.meshes); i++) {
log.console(` primitive[${j}]: topology: ${p.topology}, indices: ${p.indices}, material: ${p.material}`)
ak = array(p.attributes)
parts = []
for (k = 0; k < length(ak); k++) parts.push(ak[k] + ': ' + text(p.attributes[ak[k]]))
for (k = 0; k < length(ak); k++) parts[] = ak[k] + ': ' + text(p.attributes[ak[k]])
log.console(' attributes: {' + text(parts, ', ') + '}')
}
}