Fix DynamicTextFont.makeCopy() implementation

This commit is contained in:
Ed Swartz 2015-08-06 09:54:31 -05:00 committed by rdb
parent 0c7b65b1fd
commit b06ff60c10
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ FreetypeFont(const FreetypeFont &copy) :
_requested_scale_factor(copy._requested_scale_factor),
_scale_factor(copy._scale_factor),
_native_antialias(copy._native_antialias),
_font_pixels_per_unit(copy._font_pixels_per_unit),
_line_height(copy._line_height),
_space_advance(copy._space_advance),
_face(copy._face),