BuckeyeSoftware / rex

rex engine and game
MIT License
15 stars 0 forks source link

Crash and burn in globals::link for unfound groups #25

Closed graphitemaster closed 4 years ago

graphitemaster commented 4 years ago

Right now unfound groups for globals just don't get linked into the initialization system so they never get initialized. We should crash and burn early here (not we cannot actually abort, assert or anything because this is early-init)

graphitemaster commented 4 years ago

Fixed in 7ad2c93