Commit bbda510
fix: not using NativeArrayExtensions.IndexOf as this API changed in 21.0-pre.2 (#2303)
fix: not using NativeArrayExtensions.IndexOf as this API changed in 2.1.0-pre.2
Co-authored-by: ashwini <36935028+ashwinimurt@users.noreply.github.com>
Co-authored-by: Fatih Mar <mfatihmar@gmail.com>1 parent 3716e27 commit bbda510
File tree
1 file changed
+2
-2
lines changed- com.unity.netcode.gameobjects/Runtime/NetworkVariable/Collections
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
| 416 | + | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
| 429 | + | |
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
| |||
0 commit comments