Implemented getHeight
This commit is contained in:
@@ -21,7 +21,6 @@ Entity::~Entity()
|
||||
|
||||
void Entity::draw()
|
||||
{
|
||||
rotation.y += 1;
|
||||
if (model)
|
||||
{
|
||||
glPushMatrix();
|
||||
|
||||
Reference in New Issue
Block a user