summaryrefslogtreecommitdiffstats
path: root/Trapezocube.h
diff options
context:
space:
mode:
Diffstat (limited to 'Trapezocube.h')
-rw-r--r--Trapezocube.h3
1 files changed, 2 insertions, 1 deletions
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);