美术替换
This commit is contained in:
@@ -53,7 +53,7 @@ namespace AibisDream
|
||||
|
||||
private void Update()
|
||||
{
|
||||
updateSpeedEvent.Invoke(curSpeed, GetSpeedScale() * engineConfig.gearSpeed);
|
||||
updateSpeedEvent.Invoke(curSpeed, GetSpeedScale());
|
||||
if (curSpeed >= targetSpeed && !_isSuccess)
|
||||
{
|
||||
_isSuccess = true;
|
||||
|
||||
Reference in New Issue
Block a user