When disabling auto scrolling in a section using this function...
function onSectionChange(id, player)
if id == 1 then
betterAutoscroll.enabled = false
end
end
The camera doesn't move even though the section is horizontally large.
In this image, Mario should be in the center of the screen, but he's at the end which means the camera isn't moving like it should.
This is the correct section as using the autoscroll objects doesn't move the camera.