diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-07 20:35:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-07 20:35:25 +0300 |
commit | 6c077bb84b2b33339100382494163034ec092a0c (patch) | |
tree | e983c8d389a22a5411bdc40e00d7cdb5e9f2d94f /src/render/mobileopenglgraphics.cpp | |
parent | 387d06f36504e65a9ce82984944fc844181c80fe (diff) | |
download | plus-6c077bb84b2b33339100382494163034ec092a0c.tar.gz plus-6c077bb84b2b33339100382494163034ec092a0c.tar.bz2 plus-6c077bb84b2b33339100382494163034ec092a0c.tar.xz plus-6c077bb84b2b33339100382494163034ec092a0c.zip |
In renderers in function calcWindow add non null attributes.
Diffstat (limited to 'src/render/mobileopenglgraphics.cpp')
-rw-r--r-- | src/render/mobileopenglgraphics.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render/mobileopenglgraphics.cpp b/src/render/mobileopenglgraphics.cpp index df52adfe0..20d8f3661 100644 --- a/src/render/mobileopenglgraphics.cpp +++ b/src/render/mobileopenglgraphics.cpp @@ -870,8 +870,6 @@ void MobileOpenGLGraphics::calcWindow(ImageCollection *restrict const vertCol, const ImageRect &restrict imgRect) restrict2 { - if (!vertCol) - return; ImageVertexes *vert = nullptr; const Image *const image = imgRect.grid[4]; if (!image) |