From 82bc4da2b81077ddfc40c1ee37c57033010c9eef Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 12 Nov 2010 21:13:29 +0000 Subject: make the renderer properly respect FragmentGroup::Rotate --- src/render/draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/draw.h') diff --git a/src/render/draw.h b/src/render/draw.h index a2b3abc..516da13 100644 --- a/src/render/draw.h +++ b/src/render/draw.h @@ -29,7 +29,7 @@ void draw_sphere(math::Color const & color, float radius); /// draw a model void draw_model_fragments(model::Model *model, const math::Color & color_primary, const math::Color & color_secondary, - const float time, const bool detail, const bool power, const float thrust); + const float enginetime, const bool detail, const bool power, const float thrust); class Stats { -- cgit v1.2.3