mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-04 08:06:16 +03:00
Indent timestep loop
Ok, NOW indent it. I didn't indent it previously because the diffs are annoying to read if there's an indent that doesn't otherwise change anything (and even now it's pretty annoying to read).
This commit is contained in:
@@ -542,7 +542,7 @@ 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user