Developing txt renderer

but UB
This commit is contained in:
Alexey Nagaev
2025-09-15 19:44:38 +03:00
parent deb5b75e1f
commit 26adb8d565
4 changed files with 14 additions and 23 deletions

View File

@ -94,7 +94,7 @@ private:
const std::wstring m_wsBaseSep = L"/";
size_t m_nCurrColorIndex = 0;
const std::array<long, 20> m_arColors = {
const std::array<unsigned long, 20> m_arColors = {
0xFF400000, // Deep Red
0xFF800000, // Dark Red
0xFFFF0000, // Pure Red