Remove unused clear_color variable
This commit is contained in:
parent
862004e422
commit
5d118895a7
1 changed files with 0 additions and 2 deletions
|
@ -346,8 +346,6 @@ int main()
|
|||
|
||||
uint update_interval = get_update_interval(0);
|
||||
|
||||
auto clear_color = sf::Color(73, 52, 61);
|
||||
|
||||
while (window.isOpen())
|
||||
{
|
||||
sf::Event event;
|
||||
|
|
Loading…
Add table
Reference in a new issue