ggez / ggez-goodies

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

scene::update() needs to take a `Context` #11

Closed icefoxen closed 5 years ago

icefoxen commented 6 years ago

...otherwise if it has to create a new scene, that scene has to be one that doesn't need a Context to create.

icefoxen commented 5 years ago

Fixed by #14