From 0654207730af54c669e62087a2f800678ed3543e Mon Sep 17 00:00:00 2001 From: susgirl446 <129160115+susgirl446@users.noreply.github.com> Date: Sun, 5 Jul 2026 17:27:58 +0200 Subject: [PATCH] Correct tinyobjloader typo --- en/02_Development_environment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/02_Development_environment.adoc b/en/02_Development_environment.adoc index c2848ecb..e42a4646 100644 --- a/en/02_Development_environment.adoc +++ b/en/02_Development_environment.adoc @@ -222,7 +222,7 @@ know are vertex information, texture coordinates, and potentially diffuse color details. GLTF is an advanced feature-full model format with easy-to-support features available in a cross-platform library. However, for this tutorial, we're going to use tinyobjloader for its pure simplicity. We -recommend tinyobjlader library only for small not complex projects. +recommend tinyobjloader library only for small not complex projects. == Windows