From 019d55afd220da8ff14d6332147256e6abf439df Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 21 Apr 2024 10:40:07 +0200 Subject: [PATCH] whoops forgot about that --- include/config_def.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config_def.hpp b/include/config_def.hpp index 03d376d..46e28f5 100644 --- a/include/config_def.hpp +++ b/include/config_def.hpp @@ -213,11 +213,11 @@ STRUCT_OUTPUT_STREAM_OP(Difficulty, difficulty.approachRate, difficulty.sliderMultiplier, difficulty.sliderTickRate, - timingPoints, + timingPoints.timingPoints, colours.combo, colours.sliderTrackOverride, colours.sliderBorder, - hitObjects + hitObjects.hitObjects ) #ifdef CONFIG_DEFINED