Skip to content

Commit

Permalink
Update src/CSFML/Graphics/Transform.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher authored Sep 28, 2024
1 parent 07d6d36 commit 41a3db2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CSFML/Graphics/Transform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ sfTransform sfTransform_fromMatrix(float a00, float a01, float a02, float a10, f
{
// clang-format off
return {
a00,a01,a02,
a10,a11,a12,
a20,a21,a22,
a00, a01, a02,
a10, a11, a12,
a20, a21, a22,
};
// clang-format on
}
Expand Down

0 comments on commit 41a3db2

Please sign in to comment.