mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-23 02:16:33 +11:00
Remove #[exprimental] from make_current
This commit is contained in:
parent
0152099c91
commit
2aeec39156
1 changed files with 0 additions and 1 deletions
|
@ -234,7 +234,6 @@ impl Window {
|
||||||
|
|
||||||
/// Sets the context as the current context.
|
/// Sets the context as the current context.
|
||||||
#[inline]
|
#[inline]
|
||||||
#[experimental]
|
|
||||||
pub unsafe fn make_current(&self) {
|
pub unsafe fn make_current(&self) {
|
||||||
self.window.make_current()
|
self.window.make_current()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue