bonesoul / voxeliq

voxeliq is an open source block-based game engine implementation developed with C#
http://www.int6.org/tag/voxeliq
Microsoft Public License
163 stars 43 forks source link

RenderAimedBlock BlendState changed #78

Open shinznatkid opened 11 years ago

shinznatkid commented 11 years ago

bug2 After render AimedBlock, BlendState has changed to BlendState.NonPremultiplied that made incorrect to other Draw method way to solved this issue is keep old state and restore before end this method.