]> git.tdb.fi Git - libs/gl.git/commitdiff
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)
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.


No differences found