Skip to content

Commit

Permalink
fix: fixing typo for Spawn settings
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed May 1, 2023
1 parent 686a904 commit 2d8a35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/NetworkSpawnSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public NetworkSpawnSettings(bool sendPosition, bool sendRotation, bool sendScale
SendRotation = sendRotation;
SendScale = sendScale;
SendName = sendName;
SendActive = sendActive
SendActive = sendActive;
}
public NetworkSpawnSettings(bool sendPosition, bool sendRotation, bool sendScale) : this()
{
Expand Down

0 comments on commit 2d8a35a

Please sign in to comment.