From 17ca9e0132e407aca65d15008c1ec501f3b943f3 Mon Sep 17 00:00:00 2001 From: Myk Date: Mon, 31 Jul 2023 17:20:38 -0700 Subject: [PATCH] Update Textures.h --- library/include/modules/Textures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/include/modules/Textures.h b/library/include/modules/Textures.h index f16acec4b..3b9d32541 100644 --- a/library/include/modules/Textures.h +++ b/library/include/modules/Textures.h @@ -52,7 +52,7 @@ DFHACK_EXPORT long getOnOffTexposStart(); DFHACK_EXPORT long getMapPathableTexposStart(); /** - * Get the first texpos for the unsuspend 32x32 sprites. It's a 4x1 grid. + * Get the first texpos for the unsuspend 32x32 sprites. It's a 5x1 grid. */ DFHACK_EXPORT long getMapUnsuspendTexposStart();