Skip to content

Commit

Permalink
Change precedence of PlatformActionContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Dec 7, 2017
1 parent 6ad720c commit 2070f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osu.Framework/Platform/GameHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,9 @@ private void bootstrapSceneGraph(Game game)
{
var root = new UserInputManager
{
Child = new FrameworkActionContainer
Child = new PlatformActionContainer
{
Child = new PlatformActionContainer
Child = new FrameworkActionContainer
{
Child = game
}
Expand Down

0 comments on commit 2070f27

Please sign in to comment.