From c3d50a4f30a426697e0b53c3e5a70a41ce163365 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 28 Oct 2009 03:56:51 +0000 Subject: [PATCH] git-svn-id: svn://anubis/anaglym/trunk@135 99a6e188-d820-4881-8870-2d33a10e2619 --- Engine.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Engine.cc b/Engine.cc index 2d1a9da..933a3aa 100644 --- a/Engine.cc +++ b/Engine.cc @@ -788,7 +788,8 @@ void Engine::Object::render() dVector3 rotated_plane_direction; dVector3 rotated_x; dVector3 rotated_y; - dMultiply0(rotated_plane_direction, default_plane_direction, r, 1, 3, 3); + dMultiply0(rotated_plane_direction, default_plane_direction, + r, 1, 3, 3); dMultiply0(rotated_x, default_x, r, 1, 3, 3); dMultiply0(rotated_y, default_y, r, 1, 3, 3);