Spacing cleanup.
This commit is contained in:
@@ -63,7 +63,8 @@ struct HoldNoteResult
|
||||
|
||||
struct TapNote
|
||||
{
|
||||
enum Type {
|
||||
enum Type
|
||||
{
|
||||
empty, // no note here
|
||||
tap,
|
||||
hold_head, // graded like a TAP_TAP if
|
||||
@@ -78,7 +79,8 @@ struct TapNote
|
||||
hold_head_roll,
|
||||
SubType_invalid
|
||||
} subType; // only used if type == hold_head
|
||||
enum Source {
|
||||
enum Source
|
||||
{
|
||||
original, // part of the original NoteData
|
||||
addition, // additional note added by a transform
|
||||
removed, // Removed taps, e.g. in Little - play keysounds here as if
|
||||
|
||||
Reference in New Issue
Block a user