Skip to content

Commit

Permalink
font size stored as float
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Apr 7, 2016
1 parent 411d60e commit 0d52eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S-Tengine2/Source/S-Tengine2/include/Font.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ class Font : public NodeResource{
// updates the existing glyphs map to match _size
void resize(float _size);
private:
int size;
float size;
};

0 comments on commit 0d52eef

Please sign in to comment.