bird
[vg.git] / vg_m.h
diff --git a/vg_m.h b/vg_m.h
index 65426053001da34bf4c1dccb8e90fe7b8fa7cab0..ee8b1074ce93bad2bdc96682544225198bd350e0 100644 (file)
--- 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);
 }