Merge pull request #168 from luisbg/unused

Fix unused variable warning
This commit is contained in:
Patrick Walton 2019-05-27 12:30:37 -07:00 committed by GitHub
commit 848eb00443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ impl Device for GLDevice {
}
fn create_program_from_shaders(&self,
resources: &dyn ResourceLoader,
_resources: &dyn ResourceLoader,
name: &str,
vertex_shader: GLShader,
fragment_shader: GLShader)