Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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