examples/custom-renderer: minor docs improvement
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
5659dd6266
commit
8bd822c35d
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ fn tick(
|
|||
else => {},
|
||||
}
|
||||
},
|
||||
.close => engine.send(.exit, .{}),
|
||||
.close => engine.send(.exit, .{}), // Send an event telling the engine to exit the app
|
||||
else => {},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue