tsoding / olive.c

Simple 2D Graphics Library for C
https://tsoding.github.io/olive.c/
MIT License
1.86k stars 105 forks source link

Fix TexCoord size from 3 to 2 #32

Open JustAnAverageGuy opened 2 weeks ago

JustAnAverageGuy commented 2 weeks ago

While copy pasting, the size 3 of normals was carried over to texcoordinates, I believe changing 3 to 2 is correct ?

ronakmehtav commented 2 weeks ago

I had created the for this #33, there might be also change in the calculation of structure, not completely sure.