From cac701756376f63808c047d2207a4c67bb112c67 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Wed, 2 Oct 2024 17:10:21 -0400 Subject: [PATCH] Prepared to rework and refactor. --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index d9725ca..fe27f92 100644 --- a/main.cpp +++ b/main.cpp @@ -194,7 +194,7 @@ int main() { sf::Text text; text.setFont(font); text.setCharacterSize(30); - text.setFillColor(VALUES[size_t(Value::LIGHT_LIGHT)]); + text.setFillColor(VALUES[size_t(Value::LIGHT_DARK)]); while(window.isOpen()) { Render(screen, document->Render());