betajaen / gorilla

Minimal HUD and Overlay replacement system for Ogre 1.x only
60 stars 11 forks source link

Why is Silverback a singleton ? #21

Open iboshkov opened 10 years ago

iboshkov commented 10 years ago

The singleton isn't used anywhere in the internal Gorilla code, so it's safely removable, but why is it there in the first place ?

It prevents Gorilla from being included into a shared library (link issues), as well as all the disadvantages of the singleton pattern.