forked from sin365/AxibugEmuOnline
修bug
This commit is contained in:
parent
0babeed270
commit
6e34b02c29
@ -95,15 +95,7 @@ namespace AxibugEmuOnline.Client
|
||||
private ControllerState m_sampledState;
|
||||
public ControllerState GetControllerState()
|
||||
{
|
||||
if (!InGameUI.Instance.IsOnline)
|
||||
{
|
||||
return m_sampledState;
|
||||
}
|
||||
else
|
||||
{
|
||||
//todo : 从服务器获取帧输入数据
|
||||
return default;
|
||||
}
|
||||
return m_sampledState;
|
||||
}
|
||||
|
||||
public void SampleInput()
|
||||
|
Loading…
Reference in New Issue
Block a user