]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Animation.cpp
initialize objects after loading
[l2e.git] / src / graphics / Animation.cpp
index 602d7ef5d7613ada5118239b3ebf870e381633fc..bdd4b2905e75728c3d64523156203a714e4acff2 100644 (file)
@@ -14,6 +14,11 @@ using loader::TypeDescription;
 
 namespace graphics {
 
+Animation::Animation(loader::noinit_t) {
+
+}
+
+
 void Animation::CreateTypeDescription() {
        TypeDescription &td(TypeDescription::Create(TYPE_ID, "Animation"));
        td.SetDescription("Abstract base type for animations.");