mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-08 18:09:45 +01:00
Remove one trailing whitespace in preloader.cpp
Only one.
This commit is contained in:
parent
a31a6ef614
commit
31410a2d64
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ void preloaderrender()
|
||||||
|
|
||||||
for (int i = 0; i < 18; i++) {
|
for (int i = 0; i < 18; i++) {
|
||||||
pre_temprecty = (i * 16)- pre_offset;
|
pre_temprecty = (i * 16)- pre_offset;
|
||||||
if (i % 2 == 0)
|
if (i % 2 == 0)
|
||||||
{
|
{
|
||||||
FillRect(graphics.backBuffer, pre_temprectx, pre_temprecty, pre_temprectw,pre_temprecth, pre_lightcol);
|
FillRect(graphics.backBuffer, pre_temprectx, pre_temprecty, pre_temprectw,pre_temprecth, pre_lightcol);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue