From c11f90e3cdd0ac8ada78e2249c50de2645dbafe3 Mon Sep 17 00:00:00 2001 From: tobigun Date: Tue, 13 May 2008 18:27:40 +0000 Subject: increased possible parallel benchmark count from 8 to 32 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1084 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/ULog.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Game/Code/Classes/ULog.pas b/Game/Code/Classes/ULog.pas index 9cfddcfc..22241d23 100644 --- a/Game/Code/Classes/ULog.pas +++ b/Game/Code/Classes/ULog.pas @@ -54,8 +54,8 @@ type procedure LogToFile(const Text: string); public - BenchmarkTimeStart: array[0..7] of real; - BenchmarkTimeLength: array[0..7] of real;//TDateTime; + BenchmarkTimeStart: array[0..31] of real; + BenchmarkTimeLength: array[0..31] of real;//TDateTime; Title: String; //Application Title -- cgit v1.2.3