Better wording for winit make_current

This commit is contained in:
Drakulix 2017-06-05 14:06:58 +02:00
parent 7a0639fae6
commit 11e9999cb9
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ impl EGLGraphicsBackend for WinitGraphicsBackend {
}
unsafe fn make_current(&self) -> Result<(), SwapBuffersError> {
debug!(self.logger, "Making context the current one");
debug!(self.logger, "Setting EGL context to be the current context");
self.context.make_current()
}