Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-08-14 22:53:09 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-08-14 22:53:09 +0300
commit7549c50babe29d5288e44292212b0834233a24de (patch)
treed731c3ba2a1a88b8a17ebefd4b987b283cd3a618 /server/TracyView.cpp
parent29819321b9055c0bc4b17d90be4e23ff18da09ce (diff)
Fix time range reset condition.
Diffstat (limited to 'server/TracyView.cpp')
-rw-r--r--server/TracyView.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/TracyView.cpp b/server/TracyView.cpp
index 0f229906..aacc2ff1 100644
--- a/server/TracyView.cpp
+++ b/server/TracyView.cpp
@@ -6554,8 +6554,6 @@ void View::DrawFindZone()
size_t i;
if( m_findZone.runningTime )
{
- tmin = std::numeric_limits<int64_t>::max();
- tmax = std::numeric_limits<int64_t>::min();
for( i=m_findZone.sortedNum; i<zsz; i++ )
{
auto& zone = *zones[i].zone;