OpenTrespasser / JurassicParkTrespasser

A git-based fork of the Jurassic Park: Trespasser source code.
101 stars 25 forks source link

Sky bug fix #98

Closed meekee7 closed 4 years ago

meekee7 commented 4 years ago

This fix resolves issue #25. The uv coordinates are calculated from floating point data. When that data is negative, the unsigned integer variables are assigned to UINT32_MAX. Switching to signed types resolves this problem.