mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-03 07:45:31 +03:00
Fix 'if (key.resetWindow)' indentation
It was being indented with tabs instead of spaces.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user