From 332565716807e15eb2d4f95dc74c292775436320 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Fri, 5 Aug 2022 18:47:38 -0700
Subject: [PATCH] Correct typo in tex3ds docs

---
 include/tex3ds.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/tex3ds.h b/include/tex3ds.h
index 18a1363d..c43d10e8 100644
--- a/include/tex3ds.h
+++ b/include/tex3ds.h
@@ -38,7 +38,7 @@ extern "C" {
 #endif
 
 /** @brief Subtexture
- *  @note If top > bottom, the subtexture is rotated 1/4 revolution counter-clockwise
+ *  @note If top < bottom, the subtexture is rotated 1/4 revolution counter-clockwise
  */
 typedef struct Tex3DS_SubTexture
 {