Preapre codebase for FileRequest compiletime improvements (#6192)
* Preapre codebase for FileRequest compiletime improvements This is preparing grounds for the next PR that will contain the 'meat' of the changes. Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Remove spurious newline. Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ namespace PhysX
|
||||
/// Wraps an AZ stream by provided the physx interface.
|
||||
/// This is used to prevent copying of data when going from
|
||||
/// physx streams to az streams.
|
||||
class StreamWrapper
|
||||
class StreamWrapper
|
||||
: public physx::PxInputStream
|
||||
, public physx::PxOutputStream
|
||||
|
||||
|
||||
Reference in New Issue
Block a user