mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
0.4.2 changelog
This commit is contained in:
parent
ced5f213ef
commit
5cc1db8318
4 changed files with 118 additions and 3 deletions
|
@ -277,7 +277,8 @@ fn main() {
|
|||
obj_part: 0
|
||||
}
|
||||
|
||||
app.file_name = 'v.obj' // default object is the v logo
|
||||
// app.file_name = 'v.obj' // default object is the v logo
|
||||
app.file_name = 'utahTeapot.obj' // default object is the v logo
|
||||
|
||||
app.single_material_flag = false
|
||||
$if !android {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue