mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
Remove trailing whitespace on getlinegap decl
This commit is contained in:
parent
69684994be
commit
2b476bb4c1
1 changed files with 1 additions and 1 deletions
|
@ -1512,7 +1512,7 @@ void Graphics::setlinegap(int customvalue)
|
||||||
textboxes[m].resize();
|
textboxes[m].resize();
|
||||||
}
|
}
|
||||||
|
|
||||||
int Graphics::getlinegap(void)
|
int Graphics::getlinegap(void)
|
||||||
{
|
{
|
||||||
// Don't use linegaps in custom levels, for now anyway
|
// Don't use linegaps in custom levels, for now anyway
|
||||||
if (map.custommode) return 0;
|
if (map.custommode) return 0;
|
||||||
|
|
Loading…
Reference in a new issue