mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
fix example
This commit is contained in:
parent
95407e11f6
commit
1c779e3c31
|
@ -15,8 +15,8 @@ enum State {
|
||||||
Flapping,
|
Flapping,
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Character {
|
struct Character<'a> {
|
||||||
object: ObjectStandard,
|
object: ObjectStandard<'a>,
|
||||||
position: Vector2D,
|
position: Vector2D,
|
||||||
velocity: Vector2D,
|
velocity: Vector2D,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue