Skip to content

Commit

Permalink
Update function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sinisterchipmunk committed Nov 30, 2018
1 parent 20d122f commit 0ab0146
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tiny_obj_loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down

0 comments on commit 0ab0146

Please sign in to comment.