anedumgottil / VR-Mazmorra

Procedurally generated VR Dungeon
Apache License 2.0
1 stars 0 forks source link

MapLoader's parseTileGridSpaceConfigs seems to advance too far at the end of a config tag #37

Open apodgo2 opened 6 years ago

apodgo2 commented 6 years ago

It advances to the of the gridspaces.xml file after processing a config, and never runs the handler in the switch statement, so I had to include the at the end of the handler. This won't destroy anything, but it would clean up the code if we could figure out why it does this. Seems to be some kind of problem with the FindSibling method of the XMLReader in our while loop, maybe?