Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/entityproperties.cc')
-rw-r--r--src/entityproperties.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/entityproperties.cc b/src/entityproperties.cc
index 08c5088..9efae42 100644
--- a/src/entityproperties.cc
+++ b/src/entityproperties.cc
@@ -30,6 +30,8 @@ EntityProperties::~EntityProperties()
void EntityProperties::assign(const EntityProperties & other)
{
+ Properties::assign(other);
+
properties_radius = other.properties_radius;
properties_subsections = other.properties_subsections;
@@ -38,7 +40,7 @@ void EntityProperties::assign(const EntityProperties & other)
properties_angles = other.properties_angles;
properties_template_type = other.properties_template_type;
- properties_template_type = other.properties_template_type;
+ properties_template_label = other.properties_template_label;
}
void EntityProperties::add_subsection_header(const QString &header, const QString &comment)