TeamWizardry / LibrarianLib

A library for the TeamWizardry mods
GNU Lesser General Public License v3.0
26 stars 21 forks source link

Lazily load sprite sheet BufferedImage #158

Closed thecodewarrior closed 3 years ago

thecodewarrior commented 3 years ago

It seems that loading the images is sometimes causing a slight hiccup when opening GUIs, so this should be put off until it's actually needed, if ever.

thecodewarrior commented 3 years ago

The hiccup seems to actually be related to loading all the classes used for Facade GUIs, so this has been frontloaded to during launch.