Skip to content

Commit

Permalink
silly virtual method :(
Browse files Browse the repository at this point in the history
  • Loading branch information
grofit committed Mar 26, 2020
1 parent db938ec commit 17a1308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assets/EcsRx/Zenject/EcsRxApplicationBehaviour.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected void OnZenjectReady()
/// Resolve any dependencies the application needs
/// </summary>
/// <remarks>By default it will setup SystemExecutor, EventSystem, EntityCollectionManager</remarks>
protected virtual void ResolveApplicationDependencies()
protected override void ResolveApplicationDependencies()
{
base.ResolveApplicationDependencies();
_sceneContext.Container.Inject(this);
Expand Down

0 comments on commit 17a1308

Please sign in to comment.