Fixed the map issue (read more)
The map generation was being written to a trigger function instead of a glue method. Fixed, map is being drawn correctly now.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include <stdexcept>
|
||||
|
||||
void ConfigUtility::Load(std::string fname) {
|
||||
//TODO: recursive rerouting?
|
||||
std::ifstream is(fname);
|
||||
|
||||
if (!is.is_open()) {
|
||||
|
||||
Reference in New Issue
Block a user