Logic in CapturePointSystem is working again. Need to update all Tests!

This commit is contained in:
verysecrethero
2016-01-20 14:59:18 +01:00
parent 410e349329
commit 8189e3c00c
8 changed files with 290 additions and 100 deletions
+2 -2
View File
@@ -80,8 +80,8 @@ bool CapturePointTest::CapturePoint_Game_Loop_OneHundredTimes() {
Tick();
NumLoops++;
if (TestSucceeded) {
success = true;
break;
//success = true;
//break;
}
loops--;
}