Skip to content

Commit 10d4f0b

Browse files
committed
up
1 parent 8adecc2 commit 10d4f0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Entity.cs

+4
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ public virtual void enterSpace()
338338
}
339339

340340
Event.fireOut("onEnterSpace", new object[]{this});
341+
342+
// 要立即刷新表现层对象的位置
343+
Event.fireOut("set_position", new object[]{this});
344+
Event.fireOut("set_direction", new object[]{this});
341345
}
342346

343347
public virtual void onEnterSpace()

0 commit comments

Comments
 (0)