- added missing Initialize-call when adding GameComponent
This commit is contained in:
parent
c8f2ffb108
commit
9d26578a36
@ -521,6 +521,8 @@ namespace ANX.Framework
|
||||
{
|
||||
drawableGameComponents.Add(e.GameComponent);
|
||||
}
|
||||
|
||||
e.GameComponent.Initialize();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user