Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.09 seconds.

  1. Re: Exception when making window fullscreen

    You never instantiate it. You never set it equal to an instance of GraphicsDevice. When you use that variable, what Object do you expect it to be using?
  2. Re: Exception when making window fullscreen

    private GraphicsDevice gd;

    When do you set that? You seem to be using it in other methods, but I don't see you set it anywhere.
  3. Re: Exception when making window fullscreen

    In your screen class, when do you set the class gd variable?
Results 1 to 3 of 3