diff options
Diffstat (limited to 'sdk/toolkit/source/NvBlastTkGroupImpl.h')
| -rw-r--r-- | sdk/toolkit/source/NvBlastTkGroupImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/toolkit/source/NvBlastTkGroupImpl.h b/sdk/toolkit/source/NvBlastTkGroupImpl.h index ea5b926..061802d 100644 --- a/sdk/toolkit/source/NvBlastTkGroupImpl.h +++ b/sdk/toolkit/source/NvBlastTkGroupImpl.h @@ -93,7 +93,7 @@ public: /** Atomically check if this group is processing actors. @see setProcessing() - \return true between process() and sync() calls, false otherwise + \return true between startProcess() and endProcess() calls, false otherwise */ bool isProcessing() const; |