diff options
Diffstat (limited to 'PhysX_3.4/Source/PhysX/src/NpBatchQuery.cpp')
| -rw-r--r-- | PhysX_3.4/Source/PhysX/src/NpBatchQuery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Source/PhysX/src/NpBatchQuery.cpp b/PhysX_3.4/Source/PhysX/src/NpBatchQuery.cpp index f428e706..250548ca 100644 --- a/PhysX_3.4/Source/PhysX/src/NpBatchQuery.cpp +++ b/PhysX_3.4/Source/PhysX/src/NpBatchQuery.cpp @@ -327,7 +327,7 @@ void NpBatchQuery::execute() PxU32 pvdSweepQstartIdx = 0; Vd::ScbScenePvdClient& pvdClient = mNpScene->mScene.getScenePvdClient(); - const bool needUpdatePvd = pvdClient.checkPvdDebugFlag() && (pvdClient.getScenePvdFlags() & PxPvdSceneFlag::eTRANSMIT_SCENEQUERIES); + const bool needUpdatePvd = pvdClient.checkPvdDebugFlag() && (pvdClient.getScenePvdFlagsFast() & PxPvdSceneFlag::eTRANSMIT_SCENEQUERIES); if(needUpdatePvd) { |