avaraline / Avara

Port of the original 1996 game from Ambrosia Software.
MIT License
122 stars 19 forks source link

Fix window resize #419

Closed Ymihere03 closed 2 months ago

Ymihere03 commented 2 months ago

Fix resizing the window so that the game screen stays perfectly framed by the window.

This fix is accomplished by updating the FrameBuffer during a Window Resize event. This FrameBuffer update uses the same code as when the FrameBuffer is first initialized.

tra commented 2 months ago

Looks fine to me but I think @croc or @silvefox should take a look since they are more familiar with this code.