city_generator2

Generated conformal 3D meshes representing a city
git clone git://git.meso-star.fr/city_generator2.git
Log | Files | Refs | README | LICENSE

commit 3a63a5059291e1ff930cae8969892b552aed7c7b
parent c75b4899b9ef1362833c7e15df682b25e59759ab
Author: Benjamin Piaud <benjamin.piaud@meso-star.com>
Date:   Thu, 12 Jan 2023 15:15:05 +0100

Correction of an error in the previous commit

Diffstat:
Msrc/cg_constructive_mode_1.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cg_constructive_mode_1.c b/src/cg_constructive_mode_1.c @@ -56,7 +56,7 @@ build_floor str_init(allocator, &name); is_init = 1; ERR(str_set(&name, prefix)); - ERR(str_append(&name, "S_floor")); + ERR(str_append(&name, "_S_floor")); floorname = str_get(&name); }