We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! After updating to 1.5 i've noticed that disabling both blur and shadow causes render issues on Mac Os X.
Steps to reproduce:
Open standard "Box2dLightsTest"
Add
rayHandler.setBlur(false); rayHandler.setShadows(false);
after rayHandler = new RayHandler(world)
rayHandler = new RayHandler(world)
Notice artifacts like this:
In 1.4 everything is fine.
The text was updated successfully, but these errors were encountered:
If this is a blocker, can we get at least a 1.5-SNAPSHOT released to Nexus?
Sorry, something went wrong.
No branches or pull requests
Hello! After updating to 1.5 i've noticed that disabling both blur and shadow causes render issues on Mac Os X.
Steps to reproduce:
Open standard "Box2dLightsTest"
Add
after
rayHandler = new RayHandler(world)
Notice artifacts like this:
In 1.4 everything is fine.
The text was updated successfully, but these errors were encountered: