libretro / libretro-lutro

An experimental lua game framework for libretro following the LÖVE API
https://lutro.libretro.com
MIT License
156 stars 46 forks source link

Graphical glitch on lutro-tetris #205

Closed kivutar closed 3 years ago

kivutar commented 3 years ago
Screen Shot 2021-05-02 at 14 11 59

See the bottom of the pink T, we are drawing some random memory there.

kivutar commented 3 years ago

Issue was in the game.

Maybe we should warn the user when a quad is created outside of image bounds.