mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Merge pull request #2114 from Areloch/lightInfo_case_sensitivity
Corrects an include's case sensitivity being wrong
This commit is contained in:
commit
f51ce3084f
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue