-
Notifications
You must be signed in to change notification settings - Fork 10
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
setColor on RadialLight doesn't change color #31
Comments
And could you show a capture of the error you get on exit, please? |
Ok, I see there's now #32 for that last thing. |
Thank you for the feedback! ❤️ |
So have got all my RadialLight's working like normal but when using .setColor say sf::color::red for example, there is no change in the light color at all? but examples shows it works?
This is compiled with static SFML with /MT option enabled.
Also had an exit error where candle gives an access violation when you exit program which i fixed by manually calling the destructor for RadialLight on every single one made.
Compiled using Visual C++ 2019, /MT
The text was updated successfully, but these errors were encountered: