backend/multi: Advance index on backend_commit
wlr_multi_backend sorts the states it is given and tries to perform sequential backend-wide commits for each sub-backend with the states that belong to it.
It did not update the index for the next iteration, so given N states for a backend it would perform N backend-wide commits.