Skip to content

Commit 03a3334

Browse files
committed
Update Matrices.wurst
1 parent e69d634 commit 03a3334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wurst/math/Matrices.wurst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ public function setToLookAt(vec3 position, vec3 target, vec3 up) returns mat4
424424
var result = setToLookAt(target - position, up)
425425
let trans = setToTranslation(-position.x, -position.y, -position.z)
426426
tmp_mat = result
427-
result = op_mult(trans)
427+
result = mult(trans)
428428
return result
429429

430430

0 commit comments

Comments
 (0)