diff --git a/scripts/editor/CourseEditor.lua b/scripts/editor/CourseEditor.lua index 24b7877cd..9ccb14dd5 100644 --- a/scripts/editor/CourseEditor.lua +++ b/scripts/editor/CourseEditor.lua @@ -167,7 +167,7 @@ function CourseEditor:onClickLaneOffsetSetting(closure, ignoreDialog) if item > 0 then local value = allowedValues[item] self.courseWrapper:getCourse():setPosition(value) - self.courseDisplay:setCourse(self.courseWrapper) + self.courseDisplay:setCourse(self.courseWrapper:getCourse()) closure(texts[item]) end end,