mapeditor / rs-tiled

Reads files from the Tiled editor into Rust
https://crates.io/crates/tiled
MIT License
268 stars 102 forks source link

Fix wangset imports #233

Closed aleokdev closed 2 years ago

aleokdev commented 2 years ago

The WangSetType type isn't accessible from outside and the compiler didn't complain somehow, even with the wang_set_type public WangSet member. This PR implements a fix.