1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Fix GraphicsDrawer::_initStates() call.

This commit is contained in:
Sergey Lipskiy 2017-01-25 21:58:17 +07:00
parent 9107c15f06
commit 5ad454cebf

View File

@ -1558,6 +1558,7 @@ void GraphicsDrawer::_setSpecialTexrect() const
void GraphicsDrawer::_initData()
{
_initStates();
_setSpecialTexrect();
textureCache().init();