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:
parent
1a3577e196
commit
e01efbec89
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue