Mercurial > games > semicongine
changeset 866:0ae619ecc4bf
del: debug echos
author | Sam <sam@basx.dev> |
---|---|
date | Mon, 01 Jan 2024 17:40:29 +0700 |
parents | dc7b1312fc76 |
children | 8fd450acc6f8 |
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 =============================================================================