diff --git a/direct/src/showbase/Loader.py b/direct/src/showbase/Loader.py index 9816561c08..e5a12bcefe 100644 --- a/direct/src/showbase/Loader.py +++ b/direct/src/showbase/Loader.py @@ -193,12 +193,7 @@ class Loader: # and spaceAdvance should be set last, since some of the # other parameters can cause these to be reset to their # default. - - # temporary try..except for old Pandas. - try: - font.setLineHeight(lineHeight) - except: - pass + font.setLineHeight(lineHeight) if spaceAdvance != None: font.setSpaceAdvance(spaceAdvance)