]> git.tdb.fi Git - libs/gl.git/commit
Fix loading .tex2d files with ResourceManager
authorMikko Rasa <tdb@tdb.fi>
Sun, 28 Mar 2021 14:01:10 +0000 (17:01 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 28 Mar 2021 14:46:22 +0000 (17:46 +0300)
commitfb1e7ede05b07625232c2092d99e9d6b2d54a153
tree678d11ae4d9e5c94f38aad9e7083fb8de94fce56
parent6d33ca40415937790ed0cddc97148b5fbd90ccaf
Fix loading .tex2d files with ResourceManager

The texture's loader already informs the resource manager of the location
of the image, so it shouldn't be done here.  There's also no need to load
the image first anymore.
source/resources/resources.cpp