This commit is contained in:
2016-06-22 03:02:51 +02:00
parent cfb8a7ada8
commit e7c7dbaf39
4 changed files with 6 additions and 19 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ Crystal::~Crystal()
void Crystal::draw()
{
crystalRot -= 3.0f;
crystalRot -= 0.5f;
rotation = Vec3f(0, crystalRot, 0);
Entity::draw();
}