diff --git a/light/bounce.cc b/light/bounce.cc index f1942758..4f3a1c07 100644 --- a/light/bounce.cc +++ b/light/bounce.cc @@ -331,4 +331,6 @@ MakeBounceLights (const globalconfig_t &cfg, const mbsp_t *bsp) make_bounce_lights_args_t args { bsp, &cfg }; //mxd. https://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines-pro-type-member-init.html RunThreadsOn(0, bsp->numfaces, MakeBounceLightsThread, (void *)&args); + + logprint("%d bounce lights created\n", static_cast(radlights.size())); }