Implemented getHeight

This commit is contained in:
2016-05-26 13:21:14 +02:00
parent 56e174ae2f
commit 4c613b606a
6 changed files with 20 additions and 5 deletions
-1
View File
@@ -21,7 +21,6 @@ Entity::~Entity()
void Entity::draw()
{
rotation.y += 1;
if (model)
{
glPushMatrix();