Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updates according to user "Subtixx"
  • Loading branch information
dovker authored Jun 1, 2021
1 parent deb5ff1 commit a7abd9a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ namespace YourGame
public ImGUIRenderer GuiRenderer; //This is the ImGuiRenderer
}
public Game1()
protected override void Initialize()
{
GuiRenderer = new ImGUIRenderer(this).Initialize().RebuildFontAtlas();
graphics = new GraphicsDeviceManager(this);
Content.RootDirectory = "Content";
base.Initialize();
}
...
```
Expand Down

0 comments on commit a7abd9a

Please sign in to comment.