diff options
Diffstat (limited to 'Cuboid.cpp')
-rw-r--r-- | Cuboid.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |