diff options
-rw-r--r-- | gnu/packages/patches/pdl-2.019-glut-bitmap-fonts.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/patches/pdl-2.019-glut-bitmap-fonts.patch b/gnu/packages/patches/pdl-2.019-glut-bitmap-fonts.patch index a374aae96b..f04277f759 100644 --- a/gnu/packages/patches/pdl-2.019-glut-bitmap-fonts.patch +++ b/gnu/packages/patches/pdl-2.019-glut-bitmap-fonts.patch @@ -36,7 +36,7 @@ License: Same as Perl. + } + return $this->{font_cache}{$cache_key}; + } else { -+ OpenGL::glpRasterFont($args[0],$args[1],$args[2],$this->{Display}); ++ return OpenGL::glpRasterFont($args[0],$args[1],$args[2],$this->{Display}); + } } |