1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-02 11:03:32 +02:00

Remove one trailing whitespace in preloader.cpp

Only one.
This commit is contained in:
Misa 2020-04-02 14:20:52 -07:00 committed by Ethan Lee
parent a31a6ef614
commit 31410a2d64

View File

@ -65,7 +65,7 @@ void preloaderrender()
for (int i = 0; i < 18; i++) {
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);
}