Skip to content

Commit

Permalink
Merge pull request #1303 from Azaezel/alpha41/lightBright
Browse files Browse the repository at this point in the history
fix light emission point for shapebaseimaged
  • Loading branch information
Azaezel committed Aug 7, 2024
2 parents cfe7694 + 7678f68 commit 9260250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/source/T3D/shapeImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3342,7 +3342,7 @@ void ShapeBase::submitLights( LightManager *lm, bool staticLighting )
image.lightInfo->setType( LightInfo::Point );

MatrixF imageMat;
getRenderImageTransform( i, &imageMat );
getRenderMuzzleTransform( i, &imageMat );

image.lightInfo->setTransform( imageMat );

Expand Down

0 comments on commit 9260250

Please sign in to comment.