Skip to content

Commit

Permalink
feat: making NetworkBehaviour.IsDirty public (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Aug 31, 2020
1 parent 0d6e867 commit 1ade82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirror/Runtime/NetworkBehaviour.cs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ bool AnySyncObjectDirty()
return false;
}

internal bool IsDirty()
public bool IsDirty()
{
if (Time.time - lastSyncTime >= syncInterval)
{
Expand Down

0 comments on commit 1ade82d

Please sign in to comment.