Jypeli-JYU / Jypeli

A simple educational C# game programming library built on top of Silk.NET.
26 stars 4 forks source link

Fix bugs with adding child objects to game #16

Closed Anttifer closed 4 years ago

Anttifer commented 4 years ago

The GameObject.IsAddedToGame property was not updated correctly and the correct event handlers were not always properly called if children were added to GameObjects not currently added to game themselves.