Renamed member variable of SimpleSphereGeometry from _planet to _sphere

This commit is contained in:
Alexander Bock
2015-02-16 22:13:03 +01:00
parent 17f6d376be
commit bb5f6e1bca
2 changed files with 10 additions and 10 deletions

View File

@@ -52,7 +52,7 @@ private:
properties::Vec2Property _radius;
properties::IntProperty _segments;
PowerScaledSphere* _planet;
PowerScaledSphere* _sphere;
};
} // namespace planetgeometry