gosu / ashton

Special graphical effects and other extensions for the Ruby/Gosu game library (⚠️ unmaintained)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples that do not use a shader get a nil error on $gosu_blocks.clear

bil-bas opened this issue · comments

I added the workaround to $gosu_blocks on all examples, but unless it uses Window#gl, $gosu_blocks is never created by Gosu. Just need to remove the "workaround" on examples that don't use shaders!