X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Fpath.cpp;fp=source%2F3d%2Fpath.cpp;h=fe4a2467b57df59c64e9d3aea9f4396af922eccb;hb=51779f52d3f1fe23e2bdb8864c88b5edd49c57ed;hp=44c54ab35dc8defbce1df8a4535100dacbd5b29d;hpb=72edbf54afe12b47bfe9c3a030d6c6ae695bda18;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;