]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/layout.cpp
Make use of the mspmath library
[r2c2.git] / source / 3d / layout.cpp
index 6042515962436807ebaae6ba2be60ca3b50dee05..d97dfe507472824aa5fdb91f7fa947a0d4b76063 100644 (file)
@@ -44,7 +44,7 @@ void Layout3D::get_bounds(Vector &minp, Vector &maxp) const
        {
                Vector tmin;
                Vector tmax;
-               i->second->get_bounds(0, tmin, tmax);
+               i->second->get_bounds(Angle::zero(), tmin, tmax);
                minp.x = min(minp.x, tmin.x);
                minp.y = min(minp.y, tmin.y);
                maxp.x = max(maxp.x, tmax.x);