mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Remove trailing whitespace in create_buffers
This was added in by AllyTally in
19b2a317f1
.
This commit is contained in:
parent
5beaf973ce
commit
e31344c68c
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ void Graphics::create_buffers(void)
|
|||
backgroundTexture = CREATE_SCROLL_TEXTURE;
|
||||
towerbg.texture = CREATE_SCROLL_TEXTURE;
|
||||
titlebg.texture = CREATE_SCROLL_TEXTURE;
|
||||
|
||||
|
||||
#undef CREATE_SCROLL_TEXTURE
|
||||
#undef CREATE_TEXTURE
|
||||
#undef CREATE_TEXTURE_WITH_DIMENSIONS
|
||||
|
|
Loading…
Reference in a new issue