Skip to content

Commit

Permalink
fix: fixing misplaced #if
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Mar 25, 2024
1 parent e1072d0 commit f663543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/NetworkIdentityInspectorCallbacks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ private T GetAndClear<T>(string field) where T : new()
info.SetValue(Identity, new T());
return value;
}
}
#endif
}
}

#if UNITY_EDITOR
Expand Down

0 comments on commit f663543

Please sign in to comment.