mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-22 18:24:24 +00:00
Don't operate on short_ptr.
This commit is contained in:
@@ -5175,7 +5175,7 @@ void Worker::ProcessGpuZoneBeginImpl( GpuEvent* zone, const QueueGpuZoneBegin& e
|
||||
{
|
||||
m_data.gpuCnt++;
|
||||
|
||||
auto ctx = m_gpuCtxMap[ev.context];
|
||||
auto ctx = m_gpuCtxMap[ev.context].get();
|
||||
assert( ctx );
|
||||
|
||||
CheckSourceLocation( ev.srcloc );
|
||||
|
||||
Reference in New Issue
Block a user