Skip to content

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

@desertkun

Description

@desertkun

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions