Merge branch '修复K键导致的跳转卡死' into 'develop'
修复k键导致的跳转卡死 See merge request aibis-dream/aibis-dream!347
This commit is contained in:
@@ -317,6 +317,7 @@ EyeModule: 已与视觉模块建立连接!
|
||||
shitou: 我来的路上,好像看到的红绿灯好像变多了。
|
||||
<<endif>>
|
||||
me: 那是重影,一段时间就会好的。
|
||||
<<ModuleHightLight Eye false>>
|
||||
<<else>>
|
||||
me: 碰撞导致视觉有重影,但过段时间就会恢复。
|
||||
<<endif>>
|
||||
|
||||
@@ -47,11 +47,7 @@ namespace AibisDream.Framework
|
||||
{
|
||||
public void OnUpdate()
|
||||
{
|
||||
if (Input.GetKeyDown(KeyCode.K))
|
||||
{
|
||||
MonoCenter.Mono.StartCoroutine(FixSystemYarnCommand.SwitchFixSystemTo("Engine"));
|
||||
MonoCenter.Mono.StartCoroutine(EngineYarnCommand.OpenEngineCover());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user