box2dlights icon indicating copy to clipboard operation
box2dlights copied to clipboard

[1.5] Disabling blur and shadows causes render issues on Mac Os X

Open desertkun opened this issue 9 years ago • 1 comments
trafficstars

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:

  1. Open standard "Box2dLightsTest"

  2. Add

    rayHandler.setBlur(false);
    rayHandler.setShadows(false);
    

after rayHandler = new RayHandler(world)

Notice artifacts like this: test

In 1.4 everything is fine.

desertkun avatar May 25 '16 21:05 desertkun

If this is a blocker, can we get at least a 1.5-SNAPSHOT released to Nexus?

bitbrain avatar Nov 14 '19 22:11 bitbrain