Cannot move past Camera2D bounds

I cannot seem to move past the bounds of my Camera even though the bounds appear to be calculated correctly and there is obviously more map that I can traverse.

Make sure that the Camera2D bounds, which are in global space, and the position you are clamping are both in the same space.

History