aboutsummaryrefslogtreecommitdiff
path: root/include/Text.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Text.hpp')
-rw-r--r--include/Text.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Text.hpp b/include/Text.hpp
index daf0d46..02a6b62 100644
--- a/include/Text.hpp
+++ b/include/Text.hpp
@@ -26,7 +26,7 @@ namespace QuickMedia
enum FormattedTextFlag : uint8_t {
FORMATTED_TEXT_FLAG_NONE = 0,
//FORMATTED_TEXT_FLAG_BOLD = 1 << 0,
- FORMATTED_TEXT_FLAG_MONOSPACE = 1 << 1,
+ FORMATTED_TEXT_FLAG_CODE = 1 << 1,
FORMATTED_TEXT_FLAG_COLOR = 1 << 2
};