diff options
author | sanine-a <sanine.not@pm.me> | 2020-06-05 18:20:49 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-06-05 18:20:49 -0500 |
commit | e4dd7978d24f53465c8475bd3a027047b4a53bb8 (patch) | |
tree | 5c861830a2f7ad6ed2bcc0f9f04cd504403b3292 /src/model.c | |
parent | 70784cdb24628e758df27cbe1965ff83102decb0 (diff) |
refactor: rename honey_error to honey_result
Diffstat (limited to 'src/model.c')
-rw-r--r-- | src/model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model.c b/src/model.c index 00837f7..48f6653 100644 --- a/src/model.c +++ b/src/model.c @@ -81,7 +81,7 @@ static void process_assimp_node(honey_model* model, struct aiNode* node, struct /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -honey_error honey_model_load(honey_model* model, +honey_result honey_model_load(honey_model* model, char* path) { model->n_meshes = 0; |