Skip to content

Commit 58930cf

Browse files
committed
Fixed set_TranslationVec function name.
1 parent 6a0747f commit 58930cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/root.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4557,7 +4557,7 @@ pub const util = struct {
45574557
return _translation;
45584558
}
45594559

4560-
pub fn set_TranslationVec(m: *Mat, _translation: Vec) void {
4560+
pub fn setTranslationVec(m: *Mat, _translation: Vec) void {
45614561
const w = m[3][3];
45624562
m[3] = _translation;
45634563
m[3][3] = w;

0 commit comments

Comments
 (0)