From 0ab014629620405680897e9913d953ec3c8c27e1 Mon Sep 17 00:00:00 2001 From: Colin MacKenzie IV Date: Fri, 30 Nov 2018 15:27:38 -0500 Subject: [PATCH] Update function declaration --- tiny_obj_loader.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tiny_obj_loader.h b/tiny_obj_loader.h index bfac1ca6..68707224 100644 --- a/tiny_obj_loader.h +++ b/tiny_obj_loader.h @@ -397,8 +397,7 @@ void LoadMtl(std::map *material_map, /// bool ParseTextureNameAndOption(std::string *texname, texture_option_t *texopt, - const char *linebuf, - const bool is_bump); + const char *linebuf); } // namespace tinyobj #endif // TINY_OBJ_LOADER_H_