]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/bogie.cpp
Rename Point to Vector
[r2c2.git] / source / 3d / bogie.cpp
index 234bd88a403559b795db56f86ae655064ef31296..03f7dce255c3291192079559b02a13796fabde8c 100644 (file)
@@ -33,7 +33,7 @@ void Bogie3D::setup_render(Msp::GL::Renderer &renderer, const GL::Tag &) const
 {
        GL::Matrix matrix;
 
-       const Point &pos = vehicle.get_position();
+       const Vector &pos = vehicle.get_position();
        matrix.translate(pos.x, pos.y, pos.z);
        matrix.rotate(vehicle.get_direction(), 0, 0, 1);