diff options
| author | Marijn Tamis <[email protected]> | 2017-04-28 14:19:07 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2017-04-28 14:19:07 +0200 |
| commit | b350eb5f4d44e8448115796144375d79438d74ae (patch) | |
| tree | 8e102e8c28f45a1b87bd335ceee4f33c3d4ee7c2 /NvCloth/src/SwFactory.h | |
| parent | Add visual samples. (diff) | |
| download | nvcloth-b350eb5f4d44e8448115796144375d79438d74ae.tar.xz nvcloth-b350eb5f4d44e8448115796144375d79438d74ae.zip | |
NvCloth 1.1.0 Release. (22041545)
Diffstat (limited to 'NvCloth/src/SwFactory.h')
| -rw-r--r-- | NvCloth/src/SwFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NvCloth/src/SwFactory.h b/NvCloth/src/SwFactory.h index e0caf87..4cbee0c 100644 --- a/NvCloth/src/SwFactory.h +++ b/NvCloth/src/SwFactory.h @@ -48,7 +48,7 @@ class SwFactory : public Factory { public: typedef SwFabric FabricType; - typedef ClothImpl<SwCloth> ImplType; + typedef SwCloth ClothType; SwFactory(); virtual ~SwFactory(); |