From 90bb7b6c76b28aacb3d101f791df42a5a64ba37f Mon Sep 17 00:00:00 2001 From: Mortalitas Date: Sun, 4 Feb 2024 16:42:32 -0500 Subject: [PATCH] Fix minor merge issue --- ComputeShaders/NGLighting-Shader.fxh | 1 - 1 file changed, 1 deletion(-) diff --git a/ComputeShaders/NGLighting-Shader.fxh b/ComputeShaders/NGLighting-Shader.fxh index 7cda736..3835a42 100644 --- a/ComputeShaders/NGLighting-Shader.fxh +++ b/ComputeShaders/NGLighting-Shader.fxh @@ -53,7 +53,6 @@ ///////////////Include///////////////////// -#include "ReShadeUI.fxh" #include "ReShade.fxh" #include "NGLightingUI.fxh"