Points: fix many linter warnings
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
Sphere3& operator= (const Sphere3& rkSphere);
|
||||
|
||||
Vector3<Real> Center;
|
||||
Real Radius;
|
||||
Real Radius{};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user