This website works better with JavaScript
Home
Explore
Help
Sign In
lovr
/
lovr-docs
mirror of
https://github.com/bjornbytes/lovr-docs.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add start argument to Mesh:setVertices;
bjorn
7 years ago
parent
ae496897f1
commit
55b15feecf
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
examples/init.lua
+ 1
- 1
examples/init.lua
View File
@@ -1,4 +1,4 @@
return {
'Cube',
- 'Model'
+ '
3D_
Model'
}