Change old references of ecoal95

This commit is contained in:
Emilio Cobos Álvarez 2016-03-23 16:57:53 +01:00
parent 8e61a8a974
commit 5ed93a5c4a
6 changed files with 10 additions and 11 deletions

View file

@ -96,7 +96,7 @@ impl WebGLProgram {
_ => return Err(WebGLError::InvalidOperation),
};
// TODO(ecoal95): Differentiate between same shader already assigned and other previous
// TODO(emilio): Differentiate between same shader already assigned and other previous
// shader.
if shader_slot.get().is_some() {
return Err(WebGLError::InvalidOperation);