]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/axle.cpp
Perform check_slope automatically with certain operations
[r2c2.git] / source / 3d / axle.cpp
index c8a6dd573091d743c126449ec2d2db43e95920db..c9f7a7023995c45eccfc4863c0257db6119feaf8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #include <msp/gl/matrix.h>
 #include <msp/gl/renderer.h>
 #include "axle.h"
@@ -43,7 +36,7 @@ void Axle3D::setup_render(GL::Renderer &renderer, const GL::Tag &) const
 
        const Vector &pos = vehicle.get_position();
        matrix.translate(pos.x, pos.y, pos.z);
-       matrix.rotate(vehicle.get_direction(), 0, 0, 1);
+       matrix.rotate(vehicle.get_rotation(), 0, 0, 1);
 
        if(bogie)
        {