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 c5f9807ad902e1c3a1a1566cd3ff019f35275ccc
parent 5f7213ab7a326faa0adbbae867e9b083e83025d9
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 14 Jan 2025 15:54:07 +0100

Remove a redundant error message

Diffstat:
Msrc/cg_city.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/cg_city.c b/src/cg_city.c @@ -768,9 +768,6 @@ city_cad_build(struct city* city) * now be reversed. */ continue; } else { - logger_print(city->logger, LOG_ERROR, - "Building '%s': stopped after %s.\n", - str_cget(&building->name), buf); tmp_res = keep_res; } }