1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 22:18:30 +02:00

Remove outdated comments from preloader.cpp

Was just skimming through my diffs, looks like I missed these comments
in preloader.cpp.
This commit is contained in:
Misa 2020-04-02 21:20:27 -07:00 committed by Ethan Lee
parent 134510d26a
commit dafadf158a

View File

@ -11,13 +11,6 @@ int pre_temprectx=0, pre_temprecty=0, pre_temprectw=320, pre_temprecth=240;
void preloaderrender()
{
//TODO
//graphics.backbuffer.lock();
//Draw grid
//pre_transition = -10; pre_fakepercent = 100;
if (pre_transition < 30) pre_transition--;
if(pre_transition>=30){
pre_fakepercent++;
@ -117,5 +110,4 @@ void preloaderrender()
{
graphics.render();
}
//graphics.backbuffer.unlock();
}