Mercurial > games > semicongine
changeset 405:c81c6e7047e3
del: debug echos
author | Sam <sam@basx.dev> |
---|---|
date | Mon, 01 Jan 2024 17:40:29 +0700 |
parents | 46c036b795bb |
children | 7d926cc81620 |
files | semicongine/mesh.nim |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/semicongine/mesh.nim Mon Jan 01 17:39:49 2024 +0700 +++ b/semicongine/mesh.nim Mon Jan 01 17:40:29 2024 +0700 @@ -533,10 +533,6 @@ result[].initVertexAttribute(DEFAULT_POSITION_ATTRIBUTE, pos) result[].initVertexAttribute("color", col) - echo pos - echo result[].smallIndices - echo result - # MESH TREES =============================================================================