Fix typo
This commit is contained in:
parent
b56bfca1e8
commit
426bcb3529
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ func Scalef(x float32, y float32, z float32) {
|
|||
// MultMatrix - Multiply the current matrix by another matrix
|
||||
func MultMatrix(m Matrix) {
|
||||
f := MatrixToFloat(m)
|
||||
rlMultMatrixf(unsafe.Pointer(&f[0]))
|
||||
rlMultMatrix(unsafe.Pointer(&f[0]))
|
||||
}
|
||||
|
||||
// Frustum .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue