Skip to content

Commit

Permalink
- update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkarnez committed Nov 8, 2021
1 parent 5bf0259 commit e43b4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ int main()
hDC = GetDC(NULL);
if (hDC == NULL)
return CLR_INVALID;
sf::RenderWindow window(sf::VideoMode(300, 300), "Color Picker by Alex Chan", sf::Style::Titlebar | sf::Style::Close);
sf::RenderWindow window(sf::VideoMode(300, 300), "Color Picker", sf::Style::Titlebar | sf::Style::Close);
sf::Color mycolor;

while (window.isOpen())
Expand Down

0 comments on commit e43b4f4

Please sign in to comment.