diff options
| author | Marc Sunet <jeannekamikaze@gmail.com> | 2012-08-29 17:01:30 +0200 |
|---|---|---|
| committer | Marc Sunet <jeannekamikaze@gmail.com> | 2012-08-29 17:01:30 +0200 |
| commit | c2bdfc5baee9e6418206e11fc0c3f0bb1b249f9f (patch) | |
| tree | af1f7124e3b216e6de0932ff5fe56aaf4f473cb8 | |
| parent | 3ecd631fb949a6d236ca3d2d5f48f92bf4b8dd39 (diff) | |
Changed model_box to model_compute_boxes
| -rw-r--r-- | Spear/Assets/Model/Model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Spear/Assets/Model/Model.c b/Spear/Assets/Model/Model.c index 6fa88c3..d315da1 100644 --- a/Spear/Assets/Model/Model.c +++ b/Spear/Assets/Model/Model.c | |||
| @@ -81,7 +81,7 @@ void model_copy_triangles (Model* model, unsigned frame, model_triangle* tris) | |||
| 81 | } | 81 | } |
| 82 | 82 | ||
| 83 | 83 | ||
| 84 | void model_box (Model* model, float* points) | 84 | void model_compute_boxes (Model* model, float* points) |
| 85 | { | 85 | { |
| 86 | vec3* v = model->vertices; | 86 | vec3* v = model->vertices; |
| 87 | 87 | ||
