From e4dd7978d24f53465c8475bd3a027047b4a53bb8 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Fri, 5 Jun 2020 18:20:49 -0500 Subject: refactor: rename honey_error to honey_result --- src/model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model.c') 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; -- cgit v1.2.1