Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed RenderTexture::display() dereferencing a NULL pointer when being called before RenderTexture::create(). #1446

Merged
merged 1 commit into from
Jun 4, 2018

Conversation

binary1248
Copy link
Member

See what happens for yourself. 😁

#include <SFML/Graphics.hpp>

int main()
{
    sf::RenderTexture t;
    t.display();
}

@eXpl0it3r eXpl0it3r merged commit d2ecece into master Jun 4, 2018
@eXpl0it3r eXpl0it3r deleted the bugfix/rendertexture_display branch June 4, 2018 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants