Commit 3ae7bbf0 authored by Maxwell F. (Max) Chen's avatar Maxwell F. (Max) Chen
Browse files

updated docs

parent 4af708d1
Showing with 1 addition and 1 deletion
+1 -1
...@@ -113,7 +113,7 @@ void body_rotate(body_t *body, double angle, vector_t point); ...@@ -113,7 +113,7 @@ void body_rotate(body_t *body, double angle, vector_t point);
/** /**
* Return the body's color. * Return the body's color.
* *
* @param body the list of vertices that make up the body * @param body the pointer to the body
* @return the color_t struct representing the color * @return the color_t struct representing the color
*/ */
color_t body_get_color(body_t *body); color_t body_get_color(body_t *body);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment