diff --git a/include/hyprutils/math/Mat3x3.hpp b/include/hyprutils/math/Mat3x3.hpp index 72f8e87..040ee8e 100644 --- a/include/hyprutils/math/Mat3x3.hpp +++ b/include/hyprutils/math/Mat3x3.hpp @@ -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 getMatrix() const; /* create a box projection matrix */