pond3r / ggpo

Good Game, Peace Out Rollback Network SDK
MIT License
3.11k stars 360 forks source link

Fix crash on escape keypress for vector war #30

Closed erebuswolf closed 4 years ago

erebuswolf commented 4 years ago

Vector war example was crashing on escape key press due to both deleting the renderer without setting a value to NULL and calling the init function with a not initialized pointer. Now the program closes gracefully on escape keypress.