lucastle6969 / comp371

repository for comp371 final project Fall 2017 Concordia
0 stars 0 forks source link

Texture loading/stb_image use extracted into new util file. #43

Closed benwiley4000 closed 6 years ago

benwiley4000 commented 6 years ago

Following this (strangely downvoted) advice I was able to fix the stb image issue. I extracted the texture loading into a new file which is now the only place we include the stb_image.h header. So I threw out the extra header file which we won't need anymore.