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>2021-01-22 04:17:12 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2021-01-22 04:17:12 +0300
commit239a17deb93587c897a16af18764f74ea8f5ca06 (patch)
tree509452fda0c63761268f0b79c4f6488b8350d87b
parente33f8e66d52bf583f7a50711b257d38b92c8b358 (diff)
Fix typo.
-rw-r--r--server/TracyWorker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/TracyWorker.cpp b/server/TracyWorker.cpp
index 3b45bc0c..f3e13bba 100644
--- a/server/TracyWorker.cpp
+++ b/server/TracyWorker.cpp
@@ -5194,7 +5194,7 @@ void Worker::ProcessGpuZoneBeginAllocSrcLocImpl( GpuEvent* zone, const QueueGpuZ
{
assert( m_pendingSourceLocationPayload != 0 );
zone->SetSrcLoc( m_pendingSourceLocationPayload );
- ProcessGpuZoneBeginImplCommon( zone, ev, time );
+ ProcessGpuZoneBeginImplCommon( zone, ev, serial );
m_pendingSourceLocationPayload = 0;
}