Draw on start
This commit is contained in:
parent
b7a4b8ae35
commit
417d17751c
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ int main()
|
|||
sf::RectangleShape shape(sf::Vector2f(shape_width, shape_height));
|
||||
|
||||
bool snap, rotate, move_left, move_right;
|
||||
bool redraw;
|
||||
bool redraw = true;
|
||||
sf::Clock update_clock;
|
||||
sf::Clock move_clock;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue