uninitialized variables-navigation

This commit is contained in:
AzaezelX 2020-05-11 15:08:57 -05:00
parent f52c3d5ed2
commit a46bf3d7e5
5 changed files with 6 additions and 6 deletions

View file

@ -166,14 +166,14 @@ public:
/// @name Annotations
/// @{
/* not implemented
/// Should we automatically generate jump-down links?
bool mJumpDownLinks;
/// Height of a 'small' jump link.
F32 mJumpLinkSmall;
/// Height of a 'large' jump link.
F32 mJumpLinkLarge;
*/
/// Distance to search for cover.
F32 mCoverDist;