Skip to content

Commit d4d154c

Browse files
committed
fixed wasm warnings
1 parent 571f3cd commit d4d154c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fyrox-graphics-gl/src/sampler.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ impl GlSampler {
9898
anisotropy,
9999
min_lod,
100100
max_lod,
101+
#[allow(unused_variables)]
101102
lod_bias,
102103
} = desc;
103104
gl.bind_sampler(0, Some(id));

0 commit comments

Comments
 (0)