Update function declaration

This commit is contained in:
Colin MacKenzie IV
2018-11-30 15:27:38 -05:00
parent 20d122f305
commit 0ab0146296

View File

@@ -397,8 +397,7 @@ void LoadMtl(std::map<std::string, int> *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_