orangeduck / Corange

Pure C Game Engine
http://www.youtube.com/watch?v=482GxqTWXtA
Other
1.78k stars 199 forks source link

fixed minor typo where the "GLUNIFORM2FVFN" extension had been used where it wasn't intended #48

Closed d4v3y5c0n3s closed 4 years ago

d4v3y5c0n3s commented 4 years ago

Previously, "GLUNIFORM2FVFN" had been used where "GLUNIFORM3FVFN" and "GLUNIFORM3FVFN" should have been used instead on lines 148 & 149.

d4v3y5c0n3s commented 4 years ago

Also, quickly compiled the engine with the changes and encountered no errors. I will test compiling the demos and report whether they also work with the changes or not.

d4v3y5c0n3s commented 4 years ago

Oops, accidentally closed it there. My bad.

d4v3y5c0n3s commented 4 years ago

In order to test the demos I think that I need to add libcorange to my path. I'll do that later unless you test the demos first. Hopefully this minor fix will get merged. :)

orangeduck commented 4 years ago

Thanks a lot. Looks like a copy-paste error so I'm sure it will be fine without testing the demos.