We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df73f08 commit 900e777Copy full SHA for 900e777
src/test/kotlin/assimp/obj/obj.kt
@@ -9,7 +9,7 @@ class obj : StringSpec() {
9
10
init {
11
"cube"{ cube(path + "cube.obj") }
12
- "wall"{ wall(path + "wall.obj") }
+// "wall"{ wall(path + "wall.obj") }
13
"box"{ box(path + "box.obj") }
14
15
"spider"{ spider(path + "spider.obj",
0 commit comments