X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2F3d%2Fpath.cpp;h=fe4a2467b57df59c64e9d3aea9f4396af922eccb;hb=e621dd4120cb253417167b4295e436cee095ccb0;hp=44c54ab35dc8defbce1df8a4535100dacbd5b29d;hpb=621c5c938d70ba0d155e0eda91a708db0a52c0dc;p=r2c2.git diff --git a/source/3d/path.cpp b/source/3d/path.cpp index 44c54ab..fe4a246 100644 --- a/source/3d/path.cpp +++ b/source/3d/path.cpp @@ -71,7 +71,7 @@ void Path3D::render(GL::Renderer &renderer, const GL::Tag &tag) const return; GL::MatrixStack::Push push_mtx(renderer.matrix_stack()); - GL::Matrix matrix = track.get_matrix(); + GL::Matrix matrix = track.create_matrix(); matrix.translate(0, 0, z_offs); renderer.matrix_stack() *= matrix;