mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:16:58 +02:00
remove another long int
This commit is contained in:
parent
83ee450759
commit
d30512e273
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public:
|
||||||
totalTime(0.0),
|
totalTime(0.0),
|
||||||
sampleAt(-1), sampleCount(0) {};
|
sampleAt(-1), sampleCount(0) {};
|
||||||
|
|
||||||
CounterStatHistory(std::string myName, double initialTime, long int initialCount) :
|
CounterStatHistory(std::string myName, double initialTime, long initialCount) :
|
||||||
currentCount(initialCount), currentDelta(0), currentTime(initialTime),
|
currentCount(initialCount), currentDelta(0), currentTime(initialTime),
|
||||||
lastCount(initialCount),lastTime(initialTime),
|
lastCount(initialCount),lastTime(initialTime),
|
||||||
totalTime(initialTime),
|
totalTime(initialTime),
|
||||||
|
|
Loading…
Reference in a new issue