gnarly hack to make FPS work okay in full screen.
This commit is contained in:
@@ -207,7 +207,6 @@
|
||||
(.width (.getDesktopDisplayMode Gdx/graphics))
|
||||
(.height (.getDesktopDisplayMode Gdx/graphics))
|
||||
true)
|
||||
|
||||
(set! (.foregroundFPS (-> (class Gdx/graphics)
|
||||
(.getDeclaredField (name "config"))
|
||||
(doto (.setAccessible true))
|
||||
|
||||
Reference in New Issue
Block a user