razaron / engine-mk1

0 stars 0 forks source link

Object Handle uses typeid::hash_code for tracking type #29

Open razaron opened 5 years ago

razaron commented 5 years ago

typeid::hash_code guarantees all Objects of same type have same hash but doesn't guarantee uniqueness. Also, hashes change between runs.

This will impact saving/loading.

razaron commented 9 months ago

GitHub Issues