fix removed type macro

This commit is contained in:
jacekpoz 2024-04-18 20:17:54 +02:00
parent f6784c2848
commit a3efb3f9d7
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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)