Skip to content

Commit

Permalink
Fix rust-lang/rust#18827 related issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsr committed Nov 15, 2014
1 parent 8c30d07 commit 58bbb0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gl_device/tex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ use super::state;
use tex;
use attrib;

use std::num::Float;

/// A token produced by the `bind_texture` that allows following up
/// with a GL-compatibility sampler settings in `bind_sampler`
pub struct BindAnchor(GLenum);
Expand Down

0 comments on commit 58bbb0e

Please sign in to comment.