OpenSWE1R / openswe1r

An Open-Source port of the 1999 Game "Star Wars Episode 1: Racer"
https://openswe1r.github.io/
GNU General Public License v2.0
313 stars 26 forks source link

Remove code to handle untextured drawing #132

Closed JayFoxRox closed 6 years ago

JayFoxRox commented 6 years ago

The game doesn't seem to disable texturing at any point, so checking for it is not necessary.

Even if the game tries to draw untextured eventually, we should be handling it by changing the shader, rather than some weird texture channel swizzling hacks.