Browse Source

Fix syntax error

richal-scene-stuff
rv3392 4 years ago
parent
commit
7fcedf266b
  1. 2
      distfuncs.h

2
distfuncs.h

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
struct object new_sphere(struct vec *, double, double);
/* Don't call this, it's just a placeholder rn */
struct object new_cone(stuct vec *, double, double);
struct object new_cone(struct vec *, double, double);
struct object new_box(struct vec *, double, double);
struct object new_vert_line(struct vec *, double, double);
struct object new_object(struct vec *, double, double, double (*) (struct vec *),

Loading…
Cancel
Save