Prepared to rework and refactor.
This commit is contained in:
parent
1404144af8
commit
cac7017563
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -194,7 +194,7 @@ int main() {
|
||||||
sf::Text text;
|
sf::Text text;
|
||||||
text.setFont(font);
|
text.setFont(font);
|
||||||
text.setCharacterSize(30);
|
text.setCharacterSize(30);
|
||||||
text.setFillColor(VALUES[size_t(Value::LIGHT_LIGHT)]);
|
text.setFillColor(VALUES[size_t(Value::LIGHT_DARK)]);
|
||||||
|
|
||||||
while(window.isOpen()) {
|
while(window.isOpen()) {
|
||||||
Render(screen, document->Render());
|
Render(screen, document->Render());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue