I tried my game on MacOS (10.11.6), and after a resize the gutter of FitViewport contains funny artefacts:

On resize I do just the usual
- Code: Select all
override fun resize(width: Int, height: Int) {
viewport.update(width, height)
}
Is there a way to clean the gutter after a resize? Or should this be considered a bug?