mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
fix by showing object
This commit is contained in:
parent
e6a1dbae12
commit
1b3358345e
|
@ -77,6 +77,7 @@ pub fn main() -> ! {
|
|||
chicken
|
||||
.object
|
||||
.set_y((chicken.position.y >> 8).try_into().unwrap());
|
||||
chicken.object.show();
|
||||
chicken.object.commit();
|
||||
|
||||
let acceleration = 1 << 4;
|
||||
|
|
Loading…
Reference in a new issue