X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FAnimation.cpp;h=c1ba63797ab7ac061163a600a7d50fd5104f144f;hb=ac3755adc509404528ef7de58695bf8e3bfb7dcd;hp=caffb50c653a814ed9d1512e0c1591531d2b5095;hpb=f821f7bf3d3faa6aa27eec278350b861badfa03d;p=l2e.git diff --git a/src/graphics/Animation.cpp b/src/graphics/Animation.cpp index caffb50..c1ba637 100644 --- a/src/graphics/Animation.cpp +++ b/src/graphics/Animation.cpp @@ -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"));