mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-04 18:29:41 +01:00
Fix 'if (key.resetWindow)' indentation
It was being indented with tabs instead of spaces.
This commit is contained in:
parent
a15d01ad80
commit
60a2e100fc
1 changed files with 5 additions and 5 deletions
|
@ -545,11 +545,11 @@ int main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(key.resetWindow)
|
if(key.resetWindow)
|
||||||
{
|
{
|
||||||
key.resetWindow = false;
|
key.resetWindow = false;
|
||||||
gameScreen.ResizeScreen(-1, -1);
|
gameScreen.ResizeScreen(-1, -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
music.processmusic();
|
music.processmusic();
|
||||||
graphics.processfade();
|
graphics.processfade();
|
||||||
|
|
Loading…
Reference in a new issue