update separators to be chars instead of strings
This commit is contained in:
parent
a95e79ac35
commit
a918f155b4
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ CONFIG(Difficulty,
|
|||
VAR_BOOL_D(.general, sampleMatchPlaybackRate, false)
|
||||
)
|
||||
SECTION(editor,
|
||||
VAR_LIST_SEP(.editor, bookmarks, uint, ",")
|
||||
VAR_LIST_SEP(.editor, bookmarks, uint, ',')
|
||||
VAR_FLOAT(.editor, distanceSpacing)
|
||||
VAR_UINT(.editor, beatDivisor)
|
||||
VAR_UINT(.editor, gridSize)
|
||||
|
@ -150,7 +150,7 @@ CONFIG(Difficulty,
|
|||
VAR_STRING(.metadata, creator)
|
||||
VAR_STRING(.metadata, version)
|
||||
VAR_STRING(.metadata, source)
|
||||
VAR_LIST_SEP_P(.metadata, tags, std::string, " ", "Tags")
|
||||
VAR_LIST_SEP_P(.metadata, tags, std::string, ' ', "Tags:")
|
||||
VAR_UINT(.metadata, beatmapID)
|
||||
VAR_UINT(.metadata, beatmapSetID)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue