mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Merge pull request #509 from thecelloman/correctMuzzleVector-duplicate-entry-removal
Removing a duplicate CorrectMuzzleVector initPersistFields() entry.
This commit is contained in:
commit
94ddf4cd3a
1 changed files with 0 additions and 4 deletions
|
|
@ -686,10 +686,6 @@ void ShapeBaseImageData::initPersistFields()
|
||||||
"@see eyeOffset\n\n"
|
"@see eyeOffset\n\n"
|
||||||
"@see animateOnServer\n\n");
|
"@see animateOnServer\n\n");
|
||||||
|
|
||||||
addField( "correctMuzzleVector", TypeBool, Offset(correctMuzzleVector, ShapeBaseImageData),
|
|
||||||
"@brief Flag to adjust the aiming vector to the eye's LOS point.\n\n"
|
|
||||||
"@see ShapeBase::getMuzzleVector()" );
|
|
||||||
|
|
||||||
addField( "correctMuzzleVector", TypeBool, Offset(correctMuzzleVector, ShapeBaseImageData),
|
addField( "correctMuzzleVector", TypeBool, Offset(correctMuzzleVector, ShapeBaseImageData),
|
||||||
"@brief Flag to adjust the aiming vector to the eye's LOS point when in 1st person view.\n\n"
|
"@brief Flag to adjust the aiming vector to the eye's LOS point when in 1st person view.\n\n"
|
||||||
"@see ShapeBase::getMuzzleVector()" );
|
"@see ShapeBase::getMuzzleVector()" );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue