]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Animation.cpp
fixed some issues to get it to compile again
[l2e.git] / src / graphics / Animation.cpp
index caffb50c653a814ed9d1512e0c1591531d2b5095..c1ba63797ab7ac061163a600a7d50fd5104f144f 100644 (file)
@@ -14,7 +14,7 @@ using loader::TypeDescription;
 
 namespace graphics {
 
-void AddFields(TypeDescription &td, const Animation &a, std::ptrdiff_t offset) {
+void Animation::AddFields(TypeDescription &td, const Animation &a, std::ptrdiff_t offset) {
        int boolId(TypeDescription::GetTypeId("Boolean"));
        int numberId(TypeDescription::GetTypeId("Number"));
        int spriteId(TypeDescription::GetTypeId("Sprite"));