diff --git a/tiny_obj_loader.h b/tiny_obj_loader.h index 4f87a9b..eae25b7 100644 --- a/tiny_obj_loader.h +++ b/tiny_obj_loader.h @@ -23,7 +23,7 @@ THE SOFTWARE. */ // -// version 1.2.0 : Hardened implementation(#xxx) +// version 1.2.0 : Hardened implementation(#175) // version 1.1.1 : Support smoothing groups(#162) // version 1.1.0 : Support parsing vertex color(#144) // version 1.0.8 : Fix parsing `g` tag just after `usemtl`(#138)