mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
Taiko notes should have scale, not bool Big.
This commit is contained in:
parent
cf12f4764f
commit
c75d74c84c
@ -6,7 +6,7 @@ namespace osu.Game.Beatmaps.Objects.Taiko
|
||||
{
|
||||
class TaikoBaseHit : BaseHit
|
||||
{
|
||||
public bool Big;
|
||||
public float Scale = 1;
|
||||
|
||||
public TaikoColour Type;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user