mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
#include "scene/sceneRenderState.h"
|
#include "scene/sceneRenderState.h"
|
||||||
#include "T3D/fx/particleEmitter.h"
|
#include "T3D/fx/particleEmitter.h"
|
||||||
#include "renderInstance/renderPassManager.h"
|
#include "renderInstance/renderPassManager.h"
|
||||||
#include "lighting/lightinfo.h"
|
#include "lighting/lightInfo.h"
|
||||||
#include "lighting/lightManager.h"
|
#include "lighting/lightManager.h"
|
||||||
|
|
||||||
#include "afx/util/afxParticlePool.h"
|
#include "afx/util/afxParticlePool.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue