summaryrefslogtreecommitdiff
path: root/src/render/sdlgraphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-07 20:35:25 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-07 20:35:25 +0300
commit6c077bb84b2b33339100382494163034ec092a0c (patch)
treee983c8d389a22a5411bdc40e00d7cdb5e9f2d94f /src/render/sdlgraphics.cpp
parent387d06f36504e65a9ce82984944fc844181c80fe (diff)
downloadplus-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/sdlgraphics.cpp')
-rw-r--r--src/render/sdlgraphics.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/render/sdlgraphics.cpp b/src/render/sdlgraphics.cpp
index f8ed1a38d..8b7711a5c 100644
--- a/src/render/sdlgraphics.cpp
+++ b/src/render/sdlgraphics.cpp
@@ -790,9 +790,6 @@ void SDLGraphics::calcWindow(ImageCollection *restrict const vertCol,
const int w, const int h,
const ImageRect &restrict imgRect) restrict2
{
- if (!vertCol)
- return;
-
ImageVertexes *vert = nullptr;
Image *const image = imgRect.grid[4];
if (!image)