summaryrefslogtreecommitdiffstats
path: root/Cuboid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Cuboid.cpp')
-rw-r--r--Cuboid.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cuboid.cpp b/Cuboid.cpp
index 6b58294..b53dada 100644
--- a/Cuboid.cpp
+++ b/Cuboid.cpp
@@ -63,7 +63,6 @@ void Cuboid::setPos(float x, float y, float z)
std::list<Triangle> Cuboid::getTriangles(const Matrix &modelview)
{
std::list<Triangle> triangles;
- //srand(time(NULL));
// width, height, depth
// Front face
Color c(0.0, 0.0, 1.0, 0.5);