title now displayed

This commit is contained in:
2018-11-15 01:22:35 -06:00
parent 507cde744d
commit 8377bb5ae8
4 changed files with 31 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ namespace RhythmBullet.Zer01HD.UI.Book
/// </summary>
/// <param name="camera">Camera game is currently using.</param>
/// <param name="dimensions">Dimensions of the book and the dimensions the pages will use.</param>
public void Initialize(Camera2D camera, Rectangle dimensions)
public void Initiate(Camera2D camera, Rectangle dimensions)
{
this.camera = camera;
this.dimensions = dimensions;