X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gen.c;h=1bbc2ca21a7f52a6219e1cef80fdd36bad20480a;hb=ad4482080bf2dc650945f7bb0765ca8dba76155f;hp=6572876b15eb80e2c45084480f2c01424df26e05;hpb=a5d462e0b43a8f0c4a36a17a11636a56f324e45f;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gen.c b/world_gen.c index 6572876..1bbc2ca 100644 --- a/world_gen.c +++ b/world_gen.c @@ -109,7 +109,8 @@ static void world_apply_procedural_foliage( world_instance *world, scene_context *scene, struct world_surface *mat ) { - if( vg.quality_profile == k_quality_profile_low ) + if( (vg.quality_profile == k_quality_profile_low) || + (vg.quality_profile == k_quality_profile_min) ) return; vg_info( "Applying foliage (%u)\n", mat->info.pstr_name );