LWJGL Forum

Programming => Bug Reports / RFE => Topic started by: Freaken on April 20, 2013, 20:34:46

Title: [BUG] Regression with Display.setLocation
Post by: Freaken on April 20, 2013, 20:34:46
Hello
I've found this old topic: http://lwjgl.org/forum/index.php/topic,4673.0.html
I believe I'm experiencing the same issue here. I am using maven lwjgl dependency in the latest version - 2.8.5
My dependency looks like following:

<dependency>
    <groupId>org.lwjgl.lwjgl</groupId>
    <artifactId>lwjgl</artifactId>
    <version>2.8.5</version>
</dependency>

I am using central maven repository.
Is there different repository or different groupId that contains newer version or is there some regression with Display.setLocation?