Skip to content

Commit

Permalink
mat3x3: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Sep 24, 2024
1 parent 7373e87 commit db95628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hyprutils/math/Mat3x3.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Hyprutils {
/* create an output projection matrix */
static Mat3x3 outputProjection(const Vector2D& size, eTransform transform);

/* get the matrix as an array, in a RTL TTB order. */
/* get the matrix as an array, in a row-major order. */
std::array<float, 9> getMatrix() const;

/* create a box projection matrix */
Expand Down

0 comments on commit db95628

Please sign in to comment.