hilburn / NotEnoughResources

Adds resources to NEI
Other
20 stars 17 forks source link

Fixed an OutOfMemoryError when a GUI is open for too long #52

Closed FantasyTeddy closed 9 years ago

FantasyTeddy commented 9 years ago

I changed the font functions to be static in order to prevent a memory leak which occurred whenever a GUI is open for too long.

The other changes slightly alter how the Ore Gen is drawn, again. (I'm still not quite satisfied with the result though.)

FantasyTeddy commented 9 years ago

I changed the last commit (0f4e0f8085ac86cba3be15aa8ebce4ad2b364f3b) to try and implement it in a better OO fashion (Thx @way2muchnoise for your tipps :smiley:).