2D render viewport now reset on resize

It was very confusing for people to have the renderer viewport center
itself automatically when the window is resized. This originally was
intended to help facilitate functionality that’s now covered by the logical
size API.

I changed it to always reset the viewport when the window is resized, for a
much more natural behavior.

See ya!
–Sam