Open Duskhorn opened 1 year ago
Right now I just have 3 hashtables left.
hashtable<vec, int> share;
in animmodel.h:144
hashtable<ivec, int> verthash(1<<11);
in obj.cpp:75
static hashtable<cfkey, cfpolys> cpolys;
in octacube.cpp:718
For the first two, we either go the std::hash route or we reimplement them. For the thrid one, I'm not sure
sooo what do we do about this?
Attempt to close Issue #257 Remade from #258