mat3x3: fix comment

This commit is contained in:
Vaxry 2024-09-25 00:05:20 +01:00
parent 7373e87215
commit db956287d3
1 changed files with 1 additions and 1 deletions

View File

@ -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 */