mod_tile icon indicating copy to clipboard operation
mod_tile copied to clipboard

Increase XMLCONFIGS_MAX

Open jocelynj opened this issue 3 years ago • 0 comments

Function render_thread() was also modified to allocate memory needed for maps on heap instead of stack, so that we don't use too many stack memory.

I didn't change the stack allocation in main() function, but I can do it if asked, by using a std::vector instead of an array for xmlconfigitem maps[XMLCONFIGS_MAX];

jocelynj avatar Aug 12 '22 17:08 jocelynj