Files
MonoGame.Extended/Source/MonoGame.Extended.Graphics/Geometry
stefanrbk f98776ac8b Texture bug fix (#501)
When I released #480 to fix some texture alignment issues, I failed to check the variable types for the math being done. With my original fix by removing the `+ 0.5f` overdraw, the math changed from `float` division to `int` division. I'm now recasting for `float` division as it should be!

My bad!!
2018-05-28 21:50:13 +10:00
..
2018-05-28 21:50:13 +10:00