update CI patch for EventWriter::send deprecation (#18044)
# Objective - EventWriter::send has been deprecated, but it was used by one of the CI patch ## Solution - Use EventWriter::write instead
This commit is contained in:
parent
4b1745f813
commit
23cf8ffe6c
@ -6,7 +6,7 @@ index df0aab42d..6e28a6e9c 100644
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
+ window_resized.send(WindowResized {
|
+ window_resized.write(WindowResized {
|
||||||
+ window,
|
+ window,
|
||||||
+ width: win.width(),
|
+ width: win.width(),
|
||||||
+ height: win.height(),
|
+ height: win.height(),
|
||||||
|
Loading…
Reference in New Issue
Block a user