From d11708e398c2f6377d9eac2b1f7248c62faab569 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Tue, 25 Apr 2017 16:02:08 -0500 Subject: PhysX 3.4, APEX 1.4 patch release @22017166 --- APEX_1.4/framework/src/ThreadPool.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'APEX_1.4/framework/src/ThreadPool.cpp') diff --git a/APEX_1.4/framework/src/ThreadPool.cpp b/APEX_1.4/framework/src/ThreadPool.cpp index 96b74761..beee57ae 100644 --- a/APEX_1.4/framework/src/ThreadPool.cpp +++ b/APEX_1.4/framework/src/ThreadPool.cpp @@ -267,7 +267,8 @@ void CpuWorkerThread::execute() #if PHYSX_PROFILE_SDK if (mApexPvdClient!=NULL) { - task->runProfiled(); + PX_PROFILE_ZONE(task->getName(), task->getContextId()); + task->run(); } else { -- cgit v1.2.3