ggez / ggez-goodies

Useful modules for the ggez Rust game framework.
MIT License
63 stars 17 forks source link

pass ctx to `update` #14

Closed joetsoi closed 5 years ago

joetsoi commented 5 years ago

hey I needed this it just adds context passing to update as mentioned in https://github.com/ggez/ggez-goodies/issues/11

icefoxen commented 5 years ago

In an ideal world you would never do anything in update() that requires a Context... but the world is seldom ideal. :D