Skip to content

Commit 2488388

Browse files
committed
moved file
1 parent ecdd9ec commit 2488388

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/omath/Mat.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,10 @@ namespace omath
353353
{
354354
return
355355
{
356-
{1, 0, 0, 0},
356+
{1, 0, 0, 0},
357357
{0, angle.Cos(), -angle.Sin(), 0},
358-
{0, angle.Sin(), angle.Cos(), 0},
359-
{0, 0, 0, 1}
358+
{0, angle.Sin(), angle.Cos(), 0},
359+
{0, 0, 0, 1}
360360
};
361361
}
362362

0 commit comments

Comments
 (0)