mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
Remove 'c
This commit is contained in:
parent
b7bc27403e
commit
1a73ecf870
|
@ -607,7 +607,7 @@ enum UpdateState {
|
|||
Complete,
|
||||
}
|
||||
|
||||
impl<'a, 'b, 'c> PlayingLevel<'a, 'b> {
|
||||
impl<'a, 'b> PlayingLevel<'a, 'b> {
|
||||
fn open_level(
|
||||
level: &'a Level,
|
||||
object_control: &'a ObjectController,
|
||||
|
|
Loading…
Reference in a new issue