HomeWildfire Games

Removes waiting from MapGenerator. This makes the game window more responsible…

Description

Removes waiting from MapGenerator. This makes the game window more responsible during map generating.

  • remove SDL_Delay(100)
  • the progress is now an std::atomic (not protected by the mutex anymore)

Accepted By: @wraitii

Differential Revision: https://code.wildfiregames.com/D3676