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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user