- Many fixes for the triple axis code
@ -222,7 +222,14 @@
self->pOmega = pDum;
}
pCom = FindCommand(pSics,theta);
pDum = pCom->pData;
if(pCom != NULL)
{
else
pDum = NULL;
if(GetDrivableInterface(pDum) != NULL){
self->pTheta = pDum;
The note is not visible to the blocked user.