orangeduck / Corange

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

fixed typo in the triangle_difference_v() function #62

Closed d4v3y5c0n3s closed 3 years ago

d4v3y5c0n3s commented 3 years ago

For the "max" variable, ".x" was used when it should have been ".y".

Please let me know if you have any questions about this fix.

blogdron commented 3 years ago

Yes I think this is a just copy-paste bug =) This function hasn't been used anywhere, so the fix won't break anything.

orangeduck commented 3 years ago

Thanks!