mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
RefreshFOV camera command
This commit is contained in:
@ -1370,6 +1370,11 @@ bool plVirtualCam1::MsgReceive(plMessage* msg)
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
if (pCam->Cmd(plCameraMsg::kRefreshFOV))
|
||||
{
|
||||
Refresh();
|
||||
}
|
||||
}
|
||||
plGenRefMsg* pRefMsg = plGenRefMsg::ConvertNoRef(msg);
|
||||
if (pRefMsg )
|
||||
|
Reference in New Issue
Block a user