From ce9c28dc5d6655e4eac74ce30d29b1a4608a8ef2 Mon Sep 17 00:00:00 2001 From: Areloch Date: Mon, 30 Oct 2017 13:53:12 -0500 Subject: [PATCH] Corrects an include's case sensitivity being wrong, causing issues on linux. --- Engine/source/afx/util/afxParticlePool_T3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/afx/util/afxParticlePool_T3D.cpp b/Engine/source/afx/util/afxParticlePool_T3D.cpp index 6689326cd..d6c4847f9 100644 --- a/Engine/source/afx/util/afxParticlePool_T3D.cpp +++ b/Engine/source/afx/util/afxParticlePool_T3D.cpp @@ -28,7 +28,7 @@ #include "scene/sceneRenderState.h" #include "T3D/fx/particleEmitter.h" #include "renderInstance/renderPassManager.h" -#include "lighting/lightinfo.h" +#include "lighting/lightInfo.h" #include "lighting/lightManager.h" #include "afx/util/afxParticlePool.h"