X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fanimation%2Fanimatedobject.cpp;h=f02ff3e323fa023cf4e7d0a9a275d9709d653b01;hb=HEAD;hp=a551d1a759544c4b1fe33fb655a533e78435209a;hpb=edd5491943fe7aba6e6865cf53a02da682071a55;p=libs%2Fgl.git diff --git a/source/animation/animatedobject.cpp b/source/animation/animatedobject.cpp index a551d1a7..f02ff3e3 100644 --- a/source/animation/animatedobject.cpp +++ b/source/animation/animatedobject.cpp @@ -40,7 +40,7 @@ void AnimatedObject::set_uniform(const string &name, const KeyFrame::AnimatedUni void AnimatedObject::setup_render(Renderer &renderer, Tag) const { - renderer.transform(matrix); + renderer.set_matrix(matrix); renderer.add_shader_data(shdata); }