master #75

Closed
Alienjack wants to merge 510 commits from Alienjack/AxibugEmuOnline_old:master into master
Showing only changes of commit 6e34b02c29 - Show all commits

View File

@ -95,15 +95,7 @@ namespace AxibugEmuOnline.Client
private ControllerState m_sampledState; private ControllerState m_sampledState;
public ControllerState GetControllerState() public ControllerState GetControllerState()
{ {
if (!InGameUI.Instance.IsOnline) return m_sampledState;
{
return m_sampledState;
}
else
{
//todo : 从服务器获取帧输入数据
return default;
}
} }
public void SampleInput() public void SampleInput()