Skip to content

Commit 90e8798

Browse files
committed
Trade: "flip Y" is not a good idea, "Y up" is clearer.
1 parent 6eb0a52 commit 90e8798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/Magnum/Trade/AbstractImageConverter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ enum class ImageConverterFlag: UnsignedByte {
266266
*/
267267
Verbose = 1 << 0
268268

269-
/** @todo Y flip */
269+
/** @todo ~~Y flip~~ Y up */
270270
};
271271

272272
/**

Diff for: src/Magnum/Trade/AbstractImporter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ enum class ImporterFlag: UnsignedByte {
109109
*/
110110
Verbose = 1 << 0,
111111

112-
/** @todo Y flip for images, "I want to import just once, don't copy" ... */
112+
/** @todo ~~Y flip~~ Y up for images, "I want to import just once, don't copy" ... */
113113
};
114114

115115
/**

0 commit comments

Comments
 (0)