diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-02 20:48:31 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-02 20:48:31 -0500 |
commit | f8ebf8fd3d5691cd45566281a1f54c5ecbc43762 (patch) | |
tree | 35633b779419c0df9cdb2408838189d529357abf /src/entities.cpp | |
parent | 07d73ea992641198a887f000bf44b874c8e11574 (diff) |
updated goals
Diffstat (limited to 'src/entities.cpp')
-rw-r--r-- | src/entities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities.cpp b/src/entities.cpp index acc45bd..42ed5a9 100644 --- a/src/entities.cpp +++ b/src/entities.cpp @@ -176,7 +176,7 @@ void Entity::draw(void){ //draws the entities glMatrixMode(GL_MODELVIEW); glPopMatrix(); if(near){ - ui::setFontSize(14); + ui::setFontSize(10); ui::putText(loc.x,loc.y-ui::fontSize-HLINE/2,"%s",name); } } |