diff --git a/azure_hl.rs b/azure_hl.rs index b464dfa..ab2686f 100644 --- a/azure_hl.rs +++ b/azure_hl.rs @@ -478,7 +478,7 @@ impl DrawTarget { } impl TextureManager for DrawTarget { - pub fn get_texture(&self) -> gl::GLuint { + fn get_texture(&self) -> gl::GLuint { self.get_texture_id().unwrap() } }