MisterPeModder / Bomberman-Global-Offensive

Probably one of the best Bomberman fan games
MIT License
4 stars 3 forks source link

Fix multiple mesh/model issues #197

Closed AndreasLrx closed 2 years ago

AndreasLrx commented 2 years ago

Delete the model copy constructor causing double model unloads.

Use the ModelReference component instead of copying a model.

Resolves: #111