Bithack / principia

Open source physics-based sandbox game.
https://principia-web.se
Other
258 stars 25 forks source link

(wrong branch) Fix `create_with_id` segfault #108

Closed griffi-gh closed 1 year ago

griffi-gh commented 1 year ago

Return a null pointer instead of segfaulting.
The game actually checks the result of this function and gracefully shuts down if it returns a null pointer.