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

gl, glfw, freetype fixes

This commit is contained in:
Alexander Medvednikov
2020-04-02 01:45:22 +02:00
parent 1cfe44d9c6
commit 88d15c6611
10 changed files with 77 additions and 14 deletions

View File

@@ -262,7 +262,7 @@ pub fn identity2(res mut &f32) {
}
pub fn identity3() []f32 {
res := [1.0, 0, 0, 0,
res := [f32(1.0), 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1,