mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: change byteptr to &byte in sokol examples and regex (#9606)
This commit is contained in:
@@ -291,7 +291,7 @@ 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.single_material_flag = false
|
||||
$if !android {
|
||||
if os.args.len > 3 || (os.args.len >= 2 && os.args[1] in ['-h', '--help', '\\?', '-?']) {
|
||||
|
||||
Reference in New Issue
Block a user