Bastacyclop / rust_box2d

Rust binding for Box2D
zlib License
61 stars 11 forks source link

Fixed missing return statement breaking MSVC build #4

Closed norru closed 7 years ago

norru commented 7 years ago

Visual Studio was barfing at the missing return.

norru commented 7 years ago

Uhm, I don't think my change was that much of a breaking one - problems with nightly?

Bastacyclop commented 7 years ago

@norru Thanks! Yeah it's nightly and the serialization feature, will need to keep an eye on it.

norru commented 7 years ago

Cool, thanks :)

On 29 January 2017 at 16:50, Thomas Koehler notifications@github.com wrote:

Merged #4 https://github.com/Bastacyclop/rust_box2d/pull/4.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Bastacyclop/rust_box2d/pull/4#event-940592285, or mute the thread https://github.com/notifications/unsubscribe-auth/AA2Ryxd5yk4FCsJ-lzSJz6bz2sv0kT_5ks5rXMNSgaJpZM4Lw1Fp .

-- Cheers, Nico