Browse Source

Add start argument to Mesh:setVertices;

bjorn 7 years ago
parent
commit
55b15feecf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/init.lua

+ 1 - 1
examples/init.lua

@@ -1,4 +1,4 @@
 return {
 return {
   'Cube',
   'Cube',
-  'Model'
+  '3D_Model'
 }
 }