PistonDevelopers / opengl_graphics

An OpenGL 2D back-end for the Piston game engine
MIT License
61 stars 45 forks source link

Fix for scissor problem #303

Closed tdaffin closed 5 years ago

tdaffin commented 5 years ago

Fixes https://github.com/PistonDevelopers/opengl_graphics/issues/302

NOTE: Also requires a fix in conrod: https://github.com/PistonDevelopers/conrod/pull/1274

I suppose it would be best to bump the version number on this crate once this fix is in so that the PR for conrod can require the fixed version of this crate.

bvssvni commented 5 years ago

Merging.

bvssvni commented 5 years ago

Thanks!

tdaffin commented 5 years ago

I'm glad I could help ;)