Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 524cf0f

Browse files
committed
Fix typo in the comment.
1 parent 345fa57 commit 524cf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiny_obj_loader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2886,7 +2886,7 @@ bool ObjReader::ParseFromFile(const std::string &filename,
28862886

28872887
if (config.mtl_search_path.empty()) {
28882888
//
2889-
// split at last '\'(for unixish system) or '\\'(for windows) to get
2889+
// split at last '/'(for unixish system) or '\\'(for windows) to get
28902890
// the base directory of .obj file
28912891
//
28922892
if (filename.find_last_of("/\\") != std::string::npos) {

0 commit comments

Comments
 (0)