mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +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++;
|
m_data.gpuCnt++;
|
||||||
|
|
||||||
auto ctx = m_gpuCtxMap[ev.context];
|
auto ctx = m_gpuCtxMap[ev.context].get();
|
||||||
assert( ctx );
|
assert( ctx );
|
||||||
|
|
||||||
CheckSourceLocation( ev.srcloc );
|
CheckSourceLocation( ev.srcloc );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user