Skip to content
Snippets Groups Projects
Unverified Commit e450b0bb authored by Mat M's avatar Mat M Committed by GitHub
Browse files

Merge pull request #1643 from FreddyFunk/typo

Fix typo in BufferTransformFlags
parents 6664d7b2 1c4365d9
No related branches found
No related tags found
No related merge requests found
......@@ -58,9 +58,9 @@ public:
/// Rotate source image 90 degrees clockwise
Rotate90 = 0x04,
/// Rotate source image 180 degrees
Roate180 = 0x03,
Rotate180 = 0x03,
/// Rotate source image 270 degrees clockwise
Roate270 = 0x07,
Rotate270 = 0x07,
};
struct Buffer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment