diff --git a/desktop_version/src/Graphics.cpp b/desktop_version/src/Graphics.cpp index 1ed5ebe1..b8f1f75d 100644 --- a/desktop_version/src/Graphics.cpp +++ b/desktop_version/src/Graphics.cpp @@ -1632,7 +1632,7 @@ void Graphics::drawentities() drawRect.x += tpoint.x; drawRect.y += tpoint.y; BlitSurfaceColoured((*spritesvec)[obj.entities[i].drawframe], NULL, backBuffer, &drawRect, ct); - + //screenwrapping! point wrappedPoint; bool wrapX = false;