]> git.tdb.fi Git - libs/gl.git/commit
Use the hash function from mspcore
authorMikko Rasa <tdb@tdb.fi>
Sun, 19 Aug 2012 23:46:45 +0000 (02:46 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 19 Aug 2012 23:46:45 +0000 (02:46 +0300)
commitdf435a8983a5c1d1c327a4a2a19836a13aff267b
tree8b141bc0b2380f7dbe978b481ac9b317176042b8
parentb07e3b2103c53e3cd6a4674eef481178ec64f2c7
Use the hash function from mspcore

Constructing tags mostly happens when loading datafiles or otherwise
outside the rendering loop, so the small extra overhead from a
cross-library function call is not significant.  Renderables that wish to
compare the Tag against a fixed value should avoid constructing the
reference Tag on every render call anyway.
source/tag.cpp