Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit c48ac8a

Browse files
committed
1 parent 39a38c5 commit c48ac8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rendergl.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ impl RenderContext {
542542
let mut texture_coordinates_need_to_be_scaled_by_size = false;
543543
let program = match texture.target {
544544
TextureTarget2D => self.texture_2d_program,
545-
TextureTargetRectangle(..) => match self.texture_rectangle_program {
545+
TextureTargetRectangle => match self.texture_rectangle_program {
546546
Some(program) => {
547547
texture_coordinates_need_to_be_scaled_by_size = true;
548548
program

0 commit comments

Comments
 (0)