mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Don't operate on short_ptr.
This commit is contained in:
parent
44020487d2
commit
d827832d4d
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user