minor change in how the 2d camera is handled

This commit is contained in:
2018-11-12 18:34:11 -06:00
parent 0f10ce3a07
commit b1e2721850
8 changed files with 18 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ namespace RhythmBullet.Zer01HD.UI.Book
{
for (int page = 0; page < pages.Count; page++)
{
pages.ElementAt(page).Value.Draw(batch, camera);
pages.ElementAt(page).Value.Draw(batch);
}
}