From fbed33283cdd85589e4ea577ba11e635f55723f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Ri=C3=9F?= Date: Thu, 10 Dec 2009 22:00:10 +0100 Subject: =?UTF-8?q?Kleine=20=C3=A4nderungen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Trapezocube.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Trapezocube.h') diff --git a/Trapezocube.h b/Trapezocube.h index c291e21..3c2aa71 100644 --- a/Trapezocube.h +++ b/Trapezocube.h @@ -10,7 +10,8 @@ class Trapezocube public: Trapezocube(): widthfront(0), widthback(0), height(0), depth(0), x(0), y(0), z(0), rotate(0) {} - Trapezocube(float widthfront, float widthback, float height, float depth, float x, float y, float z, float rotate, const vmml::vec4f &col) { + Trapezocube(float widthfront, float widthback, float height, float depth, float x, float y, float z, + float rotate, const vmml::vec4f &col) { setSize(widthfront, widthback, height, depth); setPos(x, y, z); setRotate(rotate); -- cgit v1.2.3