renderer/metal: powerline enum value used wrong value

This commit is contained in:
Mitchell Hashimoto
2024-08-06 10:22:08 -07:00
parent 0f8ed39766
commit 389cc95394

View File

@ -162,7 +162,7 @@ enum CellTextMode : uint8_t {
MODE_TEXT_CONSTRAINED = 2u,
MODE_TEXT_COLOR = 3u,
MODE_TEXT_CURSOR = 4u,
MODE_TEXT_POWERLINE = 4u,
MODE_TEXT_POWERLINE = 5u,
};
struct CellTextVertexIn {