Skip to content

Commit

Permalink
Made clear clear stencil buffer to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
bvssvni committed Jan 25, 2016
1 parent dfbc20b commit 10ae2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ pub fn clear<G>(
where G: Graphics
{
g.clear_color(color);
g.clear_stencil(0);
}

/// Draws image.
Expand Down

0 comments on commit 10ae2d0

Please # to comment.