Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-11-12 21:13:29 +0000
committerStijn Buys <ingar@osirion.org>2010-11-12 21:13:29 +0000
commit82bc4da2b81077ddfc40c1ee37c57033010c9eef (patch)
tree328f512d7676ae4b34fcd6826d4301cec12969f4 /src/render/draw.h
parente6516fb9999ae47a828e032f0908d2f2ae4b2434 (diff)
make the renderer properly respect FragmentGroup::Rotate
Diffstat (limited to 'src/render/draw.h')
-rw-r--r--src/render/draw.h2
1 files changed, 1 insertions, 1 deletions
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
{