From 5ad454cebf9636732f2a7172b36c9dee18f8f22c Mon Sep 17 00:00:00 2001 From: Sergey Lipskiy Date: Wed, 25 Jan 2017 21:58:17 +0700 Subject: [PATCH] Fix GraphicsDrawer::_initStates() call. --- src/GraphicsDrawer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GraphicsDrawer.cpp b/src/GraphicsDrawer.cpp index 59314d98..f8bdebba 100644 --- a/src/GraphicsDrawer.cpp +++ b/src/GraphicsDrawer.cpp @@ -1558,6 +1558,7 @@ void GraphicsDrawer::_setSpecialTexrect() const void GraphicsDrawer::_initData() { + _initStates(); _setSpecialTexrect(); textureCache().init();