mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
more unused variable cleanups
This commit is contained in:
parent
3038e53856
commit
1ee127b753
31 changed files with 2 additions and 75 deletions
|
|
@ -525,9 +525,6 @@ void blTerrainProxy::lightVector(LightInfo * light)
|
|||
F32 lmTerrRatio = (F32)mTerrainBlockSize / (F32) mLightMapSize;
|
||||
lmTerrRatio *= terrain->getSquareSize();
|
||||
|
||||
// Get the terrain position
|
||||
Point3F terrPos( terrain->getTransform().getPosition() );
|
||||
|
||||
U32 i = 0;
|
||||
for (U32 y = 0; y < mLightMapSize; y++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue