修改rope脚本
This commit is contained in:
@@ -50,7 +50,7 @@ namespace NBF
|
||||
ropes.Remove(rope);
|
||||
|
||||
var newRopes = new Rope[2];
|
||||
rope.SplitAt(particle, newRopes);
|
||||
// rope.SplitAt(particle, newRopes);
|
||||
if (newRopes[0] != null) ropes.Add(newRopes[0]);
|
||||
if (newRopes[1] != null) ropes.Add(newRopes[1]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user