1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

sokol: fix for example06 (#13101)

This commit is contained in:
penguindark 2022-01-09 15:02:24 +01:00 committed by GitHub
parent 22fce6a525
commit 92fcb82ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -402,7 +402,7 @@ pub mut:
nx f32 // normal
ny f32
nz f32
color u32 = 0xFFFFFFFF // color
// color u32 = 0xFFFFFFFF // color
u f32 // uv
v f32
// u u16 // for compatibility with D3D11