glm: remove unused variable (prevents compiling ui with -prod)
parent
1bf13f8a09
commit
7c5905164e
|
@ -219,7 +219,6 @@ pub fn scale(m Mat4, v Vec3) Mat4 {
|
|||
|
||||
// multiplicates two matrices
|
||||
pub fn mult(a, b Mat4) Mat4 {
|
||||
da := a.data
|
||||
db := b.data
|
||||
mut out := f32_calloc(16)
|
||||
mut row0 := f32_calloc(4)
|
||||
|
|
Loading…
Reference in New Issue