fix removed type macro
This commit is contained in:
parent
f6784c2848
commit
a3efb3f9d7
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,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)
|
||||
|
|
Loading…
Reference in a new issue