aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-physics/src/lib.rs')
-rw-r--r--azalea-physics/src/lib.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/azalea-physics/src/lib.rs b/azalea-physics/src/lib.rs
index 34d31a0e..bcf22429 100644
--- a/azalea-physics/src/lib.rs
+++ b/azalea-physics/src/lib.rs
@@ -244,7 +244,7 @@ mod tests {
world.add_entity(
0,
EntityData::new(
- Uuid::from_u128(0),
+ Uuid::nil(),
Vec3 {
x: 0.,
y: 70.,
@@ -277,7 +277,7 @@ mod tests {
world.add_entity(
0,
EntityData::new(
- Uuid::from_u128(0),
+ Uuid::nil(),
Vec3 {
x: 0.5,
y: 70.,
@@ -310,7 +310,7 @@ mod tests {
world.add_entity(
0,
EntityData::new(
- Uuid::from_u128(0),
+ Uuid::nil(),
Vec3 {
x: 0.5,
y: 71.,
@@ -344,7 +344,7 @@ mod tests {
world.add_entity(
0,
EntityData::new(
- Uuid::from_u128(0),
+ Uuid::nil(),
Vec3 {
x: 0.5,
y: 71.,
@@ -378,7 +378,7 @@ mod tests {
world.add_entity(
0,
EntityData::new(
- Uuid::from_u128(0),
+ Uuid::nil(),
Vec3 {
x: 0.5,
y: 73.,