Merge pull request #509 from thecelloman/correctMuzzleVector-duplicate-entry-removal

Removing a duplicate CorrectMuzzleVector initPersistFields() entry.
This commit is contained in:
SilentMike 2013-10-27 21:03:54 -07:00
commit 94ddf4cd3a

View file

@ -686,10 +686,6 @@ void ShapeBaseImageData::initPersistFields()
"@see eyeOffset\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),
"@brief Flag to adjust the aiming vector to the eye's LOS point when in 1st person view.\n\n"
"@see ShapeBase::getMuzzleVector()" );