Fix comment in Window.initialize()
This commit is contained in:
parent
6136f9d3f8
commit
6f6d173104
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ fn windowListener(river_window_v1: *river.WindowV1, event: river.WindowV1.Event,
|
||||||
/// rules are reflected in the first frame's layout.
|
/// rules are reflected in the first frame's layout.
|
||||||
pub fn initialize(window: *Window) void {
|
pub fn initialize(window: *Window) void {
|
||||||
if (window.initialized) {
|
if (window.initialized) {
|
||||||
// This branch should only reach once per window,
|
// We only need to initialize once per window,
|
||||||
// but the method is called on every layout calculation.
|
// but the method is called on every layout calculation.
|
||||||
@branchHint(.likely);
|
@branchHint(.likely);
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue