1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-31 22:19:44 +01:00

Remove tzann's trailing whitespace from Graphics.cpp

This trailing whitespace was introduced by tzann in commit
8aac6a758d. It might be because he used
Visual Studio.
This commit is contained in:
Misa 2020-09-09 22:37:14 -07:00 committed by Ethan Lee
parent 1a3577e196
commit e01efbec89

View file

@ -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;