]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/TypeDescription.cpp
ref and load images in l2o files
[l2e.git] / src / loader / TypeDescription.cpp
index 1bb6c6505309117000822b92135c616cfb1d92a3..19974fb52cced072a31509df6453cf84117f46d6 100644 (file)
@@ -23,9 +23,6 @@ void TypeDescription::AddField(const std::string &n, const FieldDescription &f)
        } else {
                fields.insert(std::make_pair(n, f));
        }
-       if (f.IsReferenced() || f.IsAggregate()) {
-               link = true;
-       }
 }
 
 bool TypeDescription::HasField(const std::string &name) const {