diff options
| author | Sheikh Dawood <[email protected]> | 2018-04-09 10:13:48 -0500 |
|---|---|---|
| committer | Sheikh Dawood <[email protected]> | 2018-04-09 10:13:48 -0500 |
| commit | 238605d8225a9135d6b60646e05d066e25424eee (patch) | |
| tree | 2b013bd4946bb3c699d7a06ef1f21be85d367f63 /PxShared/include/pvd | |
| parent | Add ParamTool.exe (diff) | |
| download | physx-3.4-238605d8225a9135d6b60646e05d066e25424eee.tar.xz physx-3.4-238605d8225a9135d6b60646e05d066e25424eee.zip | |
PhysX 3.4, APEX 1.4 patch release @23879214
Diffstat (limited to 'PxShared/include/pvd')
| -rw-r--r-- | PxShared/include/pvd/PxPvdTransport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PxShared/include/pvd/PxPvdTransport.h b/PxShared/include/pvd/PxPvdTransport.h index dbaf8781..31eb05e8 100644 --- a/PxShared/include/pvd/PxPvdTransport.h +++ b/PxShared/include/pvd/PxPvdTransport.h @@ -117,7 +117,7 @@ PxDefaultPvdSocketTransportCreate(const char* host, int port, unsigned int timeo /** \brief Create a default file transport. - \param name full path filename used save captured pvd data. + \param name full path filename used save captured pvd data, or NULL for a fake/test file transport. */ PX_PVDSDK_API PxPvdTransport* PX_CALL_CONV PxDefaultPvdFileTransportCreate(const char* name); |