diff options
Diffstat (limited to 'alacritty/src/renderer/rects.rs')
-rw-r--r-- | alacritty/src/renderer/rects.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/src/renderer/rects.rs b/alacritty/src/renderer/rects.rs index 73ca2c94..8fc29f88 100644 --- a/alacritty/src/renderer/rects.rs +++ b/alacritty/src/renderer/rects.rs @@ -333,7 +333,7 @@ impl RectRenderer { continue; } - self.program.set_rect_kind(rect_kind as u8); + self.program.set_rect_kind(rect_kind); // Upload accumulated undercurl vertices. gl::BufferData( |