mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
联机动画同步移动 #353
This commit is contained in:
parent
6b31b40512
commit
cb901b13bd
@ -267,7 +267,7 @@ public partial class winMutiPlayer : WindowX, IMPWindows
|
||||
GraphInfo lastgraph = new GraphInfo() { Type = GraphType.Common };
|
||||
private void Main_GraphDisplayHandler(GraphInfo info)
|
||||
{
|
||||
if (info.Type == GraphType.Shutdown || info.Type == GraphType.Common || info.Type == GraphType.Move
|
||||
if (info.Type == GraphType.Shutdown || info.Type == GraphType.Common
|
||||
|| info.Type == GraphType.Raised_Dynamic || info.Type == GraphType.Raised_Static || info.Type == GraphType.Say)
|
||||
{
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user