Fixed: Wrong operator (should be = instead of ==)

--HG--
branch : develop
feature/pipeline-tools
kervala 6 years ago
parent 0d0a3ca97f
commit 4a87a3f30b

@ -3213,7 +3213,7 @@ void CUserEntity::viewMode(CUserEntity::TView viewMode, bool changeView)
if(mount) if(mount)
mount->displayable(true); mount->displayable(true);
_HiddenMount == CLFECOMMON::INVALID_SLOT; _HiddenMount = CLFECOMMON::INVALID_SLOT;
} }
// Change Controls. // Change Controls.
UserControls.mode(CUserControls::ThirdMode); UserControls.mode(CUserControls::ThirdMode);

Loading…
Cancel
Save