From 8df844101fffe3aa2417feab0112f8237ab144f8 Mon Sep 17 00:00:00 2001 From: Ryan McDonough Date: Sat, 8 Feb 2025 00:01:52 -0500 Subject: [PATCH] Remove author name in confusing location --- jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.frag | 1 - 1 file changed, 1 deletion(-) diff --git a/jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.frag b/jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.frag index b167987de4..adf4268810 100644 --- a/jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.frag +++ b/jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.frag @@ -6,7 +6,6 @@ #import "Common/ShaderLib/Lighting.glsllib" #endif -// fog - jayfella #ifdef USE_FOG #import "Common/ShaderLib/MaterialFog.glsllib" #endif