Prepared to rework and refactor.

This commit is contained in:
Zed A. Shaw 2024-10-02 17:10:21 -04:00
parent 1404144af8
commit cac7017563

View file

@ -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());