diff options
Diffstat (limited to 'src/render/sdlgraphics.cpp')
-rw-r--r-- | src/render/sdlgraphics.cpp | 3 |
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) |