X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=blobdiff_plain;f=vg_m.h;h=ee8b1074ce93bad2bdc96682544225198bd350e0;hp=65426053001da34bf4c1dccb8e90fe7b8fa7cab0;hb=d5882ddde922fff8f5164bd6930df7ed35c5d1f9;hpb=d48e4bdf9285dacbd2c642ef844a3aba3e8d0160 diff --git a/vg_m.h b/vg_m.h index 6542605..ee8b107 100644 --- a/vg_m.h +++ b/vg_m.h @@ -2046,6 +2046,7 @@ static int spherecast_triangle( v3f tri[3], static inline float vg_randf(void) { + /* TODO: replace with our own rand */ return (float)rand()/(float)(RAND_MAX); }