X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation%2Fanimatedobject.cpp;h=f02ff3e323fa023cf4e7d0a9a275d9709d653b01;hp=a551d1a759544c4b1fe33fb655a533e78435209a;hb=HEAD;hpb=edd5491943fe7aba6e6865cf53a02da682071a55 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); }