oakes / play-clj

A Clojure game library
The Unlicense
939 stars 73 forks source link

Vsync is not found #40

Closed ysmolski closed 10 years ago

ysmolski commented 10 years ago

(graphics! :set-vsync false)

causes this:

Exception in thread "LWJGL Application" java.lang.IllegalArgumentException: No matching method found: setVsync for class com.badlogic.gdx.backends.lwjgl.LwjglGraphics

oakes commented 10 years ago

Try :set-v-sync. Looks like the docs are wrong. On Jun 30, 2014 11:49 AM, "Yury Smolsky" notifications@github.com wrote:

(graphics! :set-vsync false)

causes this:

Exception in thread "LWJGL Application" java.lang.IllegalArgumentException: No matching method found: setVsync for class com.badlogic.gdx.backends.lwjgl.LwjglGraphics

Reply to this email directly or view it on GitHub https://github.com/oakes/play-clj/issues/40.

ysmolski commented 10 years ago

It works! ​THanks! ​

On 30 June 2014 18:53, Zach Oakes notifications@github.com wrote:

Try :set-v-sync. Looks like the docs are wrong. On Jun 30, 2014 11:49 AM, "Yury Smolsky" notifications@github.com wrote:

(graphics! :set-vsync false)

causes this:

Exception in thread "LWJGL Application" java.lang.IllegalArgumentException: No matching method found: setVsync for class com.badlogic.gdx.backends.lwjgl.LwjglGraphics

Reply to this email directly or view it on GitHub https://github.com/oakes/play-clj/issues/40.

— Reply to this email directly or view it on GitHub https://github.com/oakes/play-clj/issues/40#issuecomment-47549160.

oakes commented 10 years ago

Thanks for pointing this out. I fixed it and other incorrect keywords on the doc site.