diff options
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) |