diff --git a/tiny_obj_loader.h b/tiny_obj_loader.h index bfac1ca..6870722 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_