Update main.c so that it matches latest code
This commit is contained in:
parent
ee621d9e75
commit
7c6f7c6aaf
|
@ -429,7 +429,7 @@ int main(int argc, char ** argv)
|
|||
|
||||
Now = OGGetAbsoluteTime();
|
||||
double Last = Now;
|
||||
while( !bQuitColorChord )
|
||||
while( !headless )
|
||||
{
|
||||
char stt[1024];
|
||||
//Handle Rawdraw frame swappign
|
||||
|
|
Loading…
Reference in a new issue