libgdx / box2dlights

Fork of box2dlights by Kalle Hamalainen
Apache License 2.0
257 stars 82 forks source link

RayHadler initialization exception #125

Closed mgolebiowski95 closed 3 years ago

mgolebiowski95 commented 3 years ago

Hi

I have a little problem. When I upgrade gdxVection from 1.9.13 to 1.9.14 I got this error:

org.lwjgl.opengl.OpenGLException: Cannot use offsets when Pixel Unpack Buffer Object is disabled

by invoking RayHandler(world)

I try to run the desktop application.

Tom-Ski commented 3 years ago

This is a libgdx problem, and was solved in 1.9.15-SNAPSHOT. Downgrade to 1.9.13 and wait for the 1.9.15 release or use the 1.9.15-SANSPHOT

mgolebiowski95 commented 3 years ago

Thank you for fast response. Thanks