Remove unused clear_color variable

This commit is contained in:
Elnu 2022-03-09 12:18:50 -08:00
parent 862004e422
commit 5d118895a7

View file

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