Results 1 issues of upcz

I noticed this library makes liberal use of unsigned integers, both in their raw form (e.g. std::uint32_t) and as part of tmx::Vector2u. As a rule, unless you're doing bitwise operations...