We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a716d37 commit 9471c55Copy full SHA for 9471c55
Common/Core/CollisionTypeHelper.h
@@ -36,7 +36,7 @@ struct CollisionSystemType {
36
static constexpr collType kCollSyspPb = 3; // pPb
37
static constexpr collType kCollSysOO = 4; // OO (Oxygen-Oxygen)
38
static constexpr collType kCollSyspO = 5; // pO (proton-Oxygen)
39
- static constexpr collType kCollSysNeNe = 6; // NeNe (Neon-Neon)
+ static constexpr collType kCollSysNeNe = 6; // NeNe (Neon-Neon)
40
static constexpr collType kNCollSys = 7; // Number of collision systems
41
42
static std::string getCollisionSystemName(collType collSys);
0 commit comments