haekb / nolf2-modernizer

NOLF 2 Modernizer aims to unlock resolution support, restore multi-player support, and fix a few bugs here and there.
https://haekb.itch.io/nolf2-modernizer
30 stars 4 forks source link

Grass rendering is broken #90

Closed haekb closed 3 years ago

haekb commented 3 years ago

Another STLPort -> MSVC std issue.

I guess STLPort allows self-modifying iterables (std::set/vector/etc...) where this is not the case for MSVC std.

haekb commented 3 years ago

And fixed!