Skip to content

Commit

Permalink
Update mixed lighting example
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS55 committed Jan 11, 2025
1 parent d0a20c5 commit 5eb2884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/3d/mixed_lighting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ fn update_lightmaps(
commands.entity(entity).insert(Lightmap {
image: (*lightmap).clone(),
uv_rect,
bicubic_sampling: false,
});
}
None => {
Expand All @@ -290,6 +291,7 @@ fn update_lightmaps(
commands.entity(entity).insert(Lightmap {
image: (*lightmap).clone(),
uv_rect: SPHERE_UV_RECT,
bicubic_sampling: false,
});
}
_ => {
Expand Down

0 comments on commit 5eb2884

Please sign in to comment.