Corrects an include's case sensitivity being wrong, causing issues on linux.

This commit is contained in:
Areloch 2017-10-30 13:53:12 -05:00
parent fafc2929e0
commit ce9c28dc5d

View file

@ -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"