Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: Slick2D/LWJGL - How do you set a background?

    What part of my reply is confusing?

    The render() method can be called many times a second. Creating a new Image every time is expensive and unnecessary. Create your background image instance...
  2. [SOLVED] Re: Slick2D/LWJGL - How do you set a background?

    You shouldn't initialize the Image every time render() is called. Initialize it once, then use the same instance over and over again.
Results 1 to 2 of 2