| Poster | : m_Maky | | Posts | : 67 | | Country | : france | | City | : Nice |
| | | | Posted by m_Maky on 20/10/2007 at 06:04:59
| | you have to define all variable at the top of your code, and effect is a variable. Make sure you have the last line of this code:
GraphicsDeviceManager graphics;
ContentManager content;
GraphicsDevice device;
Effect effect;
| |
|
|