mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user