We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa81ca9 commit 7e6d98bCopy full SHA for 7e6d98b
src/projections/Tools/Timeline/EntryMethodObject.java
@@ -1118,7 +1118,7 @@ private void setPackUsage()
1118
{
1119
for(PackTime pt : packs){
1120
// packtime += packs[p].EndTime - packs[p].BeginTime + 1;
1121
- packtime += pt.EndTime - pt.BeginTime;
+ packtime += (int)(pt.EndTime - pt.BeginTime);
1122
if(pt.BeginTime < data.startTime())
1123
packtime -= (data.startTime() - pt.BeginTime);
1124
if(pt.EndTime > data.endTime())
0 commit comments