nuke-haus / mapnuke

An open-source map generator for Dominions 5 and 6
http://map.nuke.haus
GNU General Public License v3.0
25 stars 14 forks source link

Fix province id bug when you generate multiple maps in a row. #6

Closed Johan-S closed 4 years ago

Johan-S commented 4 years ago

The bug was due to old province id meshes lingering for camera render since Object.Destroy happens at the end of the current cycle and I called Camera.Render which renders instantly instead of waiting like normal rendering works.