Guest User

Untitled

a guest
Jul 14th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.28 KB | None | 0 0
  1. diff --git a/Game.cpp b/Game.cpp
  2. index 6a50093..72ebcfa 100644
  3. --- a/Game.cpp
  4. +++ b/Game.cpp
  5. @@ -20,7 +20,7 @@ Game::~Game() {
  6.  
  7.  void Game::ProcessEvents(const SDL_Event& event) {
  8.      if (IsDone()) {
  9. -        return;
  10. +//        return;
  11.      }
  12.  
  13.      // przyjrzyj zdarzenia
Add Comment
Please, Sign In to add comment