KranX / Vangers

The video game that combines elements of the racing and role-playing genres.
https://store.steampowered.com/app/264080/Vangers/
GNU General Public License v3.0
669 stars 89 forks source link

Fix race condition durinig init coursor and bliting. #557

Closed stalkerg closed 2 years ago

stalkerg commented 2 years ago
  1. It fix the race condition because our cursor rendering worked in a separate thread (now by SDL event poll). I also rewrote the function a little to be more atomic.
  2. Fixed clipping UI images that do not fit into 800x600 resolution.

It fixed #556 and #555