Woops, fix incorrectly deleted line

This commit is contained in:
smoogipooo 2017-09-12 23:30:15 +09:00
parent 756d7527da
commit ba4f81d022
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ private void loadObjects()
OnJudgement?.Invoke(j);
};
Playfield.Add(drawableObject);
}
Playfield.PostProcess();