From b06ff60c10a5bf7a18af5da39321b4ae49d27e9f Mon Sep 17 00:00:00 2001 From: Ed Swartz Date: Thu, 6 Aug 2015 09:54:31 -0500 Subject: [PATCH] Fix DynamicTextFont.makeCopy() implementation --- panda/src/pnmtext/freetypeFont.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/pnmtext/freetypeFont.cxx b/panda/src/pnmtext/freetypeFont.cxx index c2a5d176b1..974787a331 100644 --- a/panda/src/pnmtext/freetypeFont.cxx +++ b/panda/src/pnmtext/freetypeFont.cxx @@ -68,6 +68,7 @@ FreetypeFont(const FreetypeFont ©) : _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),