Urgent Notices - JayhawkZombie/EECS581Project GitHub Wiki

Urgent Notices
Anything of urgent/important notices will get posted here, and the home page will be updated to reflect it.

12/26/2016
[Impending Deprecation] - The RenderTargets struct in the UI class will be completely removed. If any of your code is using it, please remove the usage. Add the render calls for the render-able objects to the object's Render method instead.

12/26/2016
[SFML Bug] - There is a bug in SFML that can cause glyphs to disappear when rendering text. This is inconsistent and which characters disappear/if character disappear is not predictable. If you are using sf::Text anywhere, include the SFML/OpenGL.hpp file and call glFlush(); after every call to setString.