diff tests/test_mesh.nim @ 344:b83b3a1ccb05

fix: all tests
author Sam <sam@basx.dev>
date Mon, 11 Sep 2023 21:31:22 +0700
parents 27aaf43e18b4
children 61c5d5fe9d93
line wrap: on
line diff
--- a/tests/test_mesh.nim	Mon Sep 11 21:30:58 2023 +0700
+++ b/tests/test_mesh.nim	Mon Sep 11 21:31:22 2023 +0700
@@ -51,7 +51,7 @@
     "Material.001": shaderConfiguration,
     "Material.002": shaderConfiguration,
     "Material.004": shaderConfiguration,
-  }.toTable)
+  })
 
   for scene in scenes.mitems:
     scene.addShaderGlobal("projection", Unit4F32)