DRTVWR-601 Fix for Tracy instrumentation (Tracy doesn't play nice with coroutines).

master
RunitaiLinden 2024-01-12 12:39:57 -06:00
parent bce1434d03
commit 25d7828bec
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ public:
static DERIVED_TYPE* getInstance()
{
LL_PROFILE_ZONE_SCOPED_CATEGORY_THREAD;
//LL_PROFILE_ZONE_SCOPED_CATEGORY_THREAD; // TODO -- reenable this when we have a fix for using Tracy with coroutines
// We know the viewer has LLSingleton dependency circularities. If you
// feel strongly motivated to eliminate them, cheers and good luck.
// (At that point we could consider a much simpler locking mechanism.)