Better wording for winit make_current
This commit is contained in:
parent
7a0639fae6
commit
11e9999cb9
|
@ -182,7 +182,7 @@ impl EGLGraphicsBackend for WinitGraphicsBackend {
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe fn make_current(&self) -> Result<(), SwapBuffersError> {
|
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()
|
self.context.make_current()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue