title now displayed
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user