Skip to content

Commit

Permalink
bug fix: 去除多余的 Player Prefab
Browse files Browse the repository at this point in the history
  • Loading branch information
Caizc committed Sep 21, 2017
1 parent fccc8d5 commit 4766d41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Assets/RealSync/TrueSyncManager.prefab
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Scripts/gameplay/SyncedPlayerController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,6 @@ public void Respawn()

void OnGUI()
{
GUI.Label(new Rect(10, 100 + 30 * owner.Id, 300, 30), "player: " + owner.Id + ", deaths: " + _death);
GUI.Label(new Rect(10, 100 + 30 * owner.Id, 300, 30), "player: " + owner.name + ", deaths: " + _death);
}
}

0 comments on commit 4766d41

Please sign in to comment.