mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
More code style
This commit is contained in:
@ -67,7 +67,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
{
|
||||
base.UpdateGraph();
|
||||
|
||||
if (base.ColumnCount > 0)
|
||||
if (ColumnCount > 0)
|
||||
CreationCount++;
|
||||
}
|
||||
}
|
||||
|
@ -140,9 +140,10 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
// add missing columns
|
||||
float x = ColumnCount * Column.WIDTH;
|
||||
|
||||
while (targetColumnCount > ColumnCount)
|
||||
{
|
||||
var column = new Column()
|
||||
var column = new Column
|
||||
{
|
||||
Height = DrawHeight,
|
||||
LitColour = fillColour,
|
||||
|
Reference in New Issue
Block a user