浏览代码

Fixed Post-PR code that was not compiling anymore

/main
Thomas ICHÉ 5 年前
当前提交
59c2e252
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/LevelScripting/Actions/RigidbodyAction.cs

2
Runtime/LevelScripting/Actions/RigidbodyAction.cs


private void OnParameterTypeChanged()
{
force = (actionType == RigidbodyActionType.Force || RigidbodyActionType.Torque);
force = (actionType == RigidbodyActionType.Force || actionType == RigidbodyActionType.Torque);
explosion = (actionType == RigidbodyActionType.ExplosionForce);
}
}
正在加载...
取消
保存