From 3545b4658c90f3a04f932bbbd55246d83f0dc91b Mon Sep 17 00:00:00 2001 From: Gregory Heskett Date: Sat, 23 Sep 2023 00:35:48 -0400 Subject: [PATCH] Remove Puppylights define from config file, since it doesn't work anymore --- include/config/config_graphics.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/config/config_graphics.h b/include/config/config_graphics.h index 6d73d6ce..b248c8a2 100644 --- a/include/config/config_graphics.h +++ b/include/config/config_graphics.h @@ -110,12 +110,6 @@ */ // #define STAR_DANCE_USES_STARS_MODEL -/** - * Lightweight directional lighting engine by Fazana. Intended for giving proximity and positional pointlights to small objects. - * NOTE: Still breaks occasionally, and PUPPYLIGHT_NODE might not work in areas that aren't area 1. - */ -// #define PUPPYLIGHTS - /** * Disables all object shadows. You'll probably only want this either as a last resort for performance or if you're making a super stylized hack. */