We don't need this to be protected anymore.

This commit is contained in:
smoogipooo 2017-06-16 09:54:16 +09:00
parent 03b2b254ba
commit ff84a11c37
1 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ private void load()
{
KeyConversionInputManager.Add(Playfield = CreatePlayfield());
LoadObjects();
loadObjects();
if (InputManager?.ReplayInputHandler != null)
InputManager.ReplayInputHandler.ToScreenSpace = Playfield.ScaledContent.ToScreenSpace;
@ -259,7 +259,7 @@ private void load()
/// <summary>
/// Creates and adds drawable representations of hit objects to the play field.
/// </summary>
protected virtual void LoadObjects()
private void loadObjects()
{
drawableObjects.Capacity = Beatmap.HitObjects.Count;