Book now sets the pages camera to the books camera.
This commit is contained in:
parent
2bd6d68490
commit
f8285c8786
@ -92,6 +92,7 @@ namespace RecrownedAthenaeum.UI.BookSystem
|
||||
{
|
||||
foreach (Page page in pages)
|
||||
{
|
||||
page.camera = camera;
|
||||
page.Initialize(assets, skin);
|
||||
this.pages.Add(page.Name, page);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user