brson / rust-sdl

SDL bindings for Rust
MIT License
179 stars 52 forks source link

Fix for vector foldl method removal. #67

Closed itdaniher closed 11 years ago

itdaniher commented 11 years ago

Need to cast(?) vector to an iterator type before the fold() method can be called.

This pull request fixes https://github.com/brson/rust-sdl/issues/66.

Thanks! Ian

brson commented 11 years ago

Thanks!