Skip to content
Snippets Groups Projects
Commit 1c4365d9 authored by Frederic Laing's avatar Frederic Laing
Browse files

Fix typo in BufferTransformFlags

parent 6664d7b2
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