X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation%2Fanimatedobject.cpp;h=7168062320138599a81db306e983563020fffa6e;hp=390b90b869ce6acc9eb5a5a93a6fbe701776429e;hb=233dff2a6c552e08da832496aecd88ef4f8948f1;hpb=cbe2ec1f080b117faf9bf0ad2d92d5d4f2379584 diff --git a/source/animation/animatedobject.cpp b/source/animation/animatedobject.cpp index 390b90b8..71680623 100644 --- a/source/animation/animatedobject.cpp +++ b/source/animation/animatedobject.cpp @@ -68,7 +68,7 @@ void AnimatedObject::set_uniform(const string &name, const KeyFrame::AnimatedUni throw invalid_argument("AnimatedObject::set_uniform"); } -void AnimatedObject::setup_render(Renderer &renderer, const Tag &) const +void AnimatedObject::setup_render(Renderer &renderer, Tag) const { renderer.transform(matrix); if(shdata)