Start cleaning icon.
This commit is contained in:
parent
97afa782a0
commit
3915a40c96
10 changed files with 172 additions and 33 deletions
|
@ -41,7 +41,7 @@ public:
|
|||
|
||||
void setName(const std::string& name);
|
||||
|
||||
void setLocation(const Point& loc);
|
||||
virtual void setLocation(const Point& loc);
|
||||
|
||||
virtual void update(SceneInfo* sceneInfo);
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
PathNode::PathNode(const Point& loc, const std::string& psPath)
|
||||
: GeometryNode(loc),
|
||||
mPathString(psPath)
|
||||
mPathString(psPath)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue