Skip to content
Snippets Groups Projects
Commit a4678219 authored by Thomas Boy's avatar Thomas Boy
Browse files

forgot to uncomment the test exit for 10 frames

parent e163e349
No related branches found
No related tags found
No related merge requests found
...@@ -574,7 +574,7 @@ int main(int argc, char * argv[]) ...@@ -574,7 +574,7 @@ int main(int argc, char * argv[])
if(g_badSignalFlagAbort) if(g_badSignalFlagAbort)
frameCounter = amountFiles; //we abort frameCounter = amountFiles; //we abort
if(frameCounter>10)exit(0); //the test abort function //if(frameCounter>10)exit(0); //the test abort function
}//end for ever loop }//end for ever loop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment