I downloaded the engine and the tutorial contents. I set it up and it compiled but when I run it shows me this error:
An handled exception of type ' System.NullReferenceException' occurred in xTileGame1.exe
Additional information: Object reference not set to an instance of an object
then it highlights (in yellow) this line in the code:
map.LoadTileSheets(mapDisplayDevice);
does anyone know what happened or what I did wrong?
An handled exception of type ' System.NullReferenceException' occurred in xTileGame1.exe
Additional information: Object reference not set to an instance of an object
then it highlights (in yellow) this line in the code:
map.LoadTileSheets(mapDisplayDevice);
does anyone know what happened or what I did wrong?









