summaryrefslogtreecommitdiff
path: root/ZAPD/ZTexture.h
diff options
context:
space:
mode:
authorNicholas Estelami <NEstelami@users.noreply.github.com>2023-07-20 19:34:07 -0400
committerGitHub <noreply@github.com>2023-07-20 19:34:07 -0400
commitcb03424254152e4c96d236125ef925f9333e90f4 (patch)
treea070f59cbfd122f5034260469fa71a1f09b5bae9 /ZAPD/ZTexture.h
parentb62d38046dbc6618b5eb433a0a29560e02bf43a9 (diff)
Updated to use clang-format-14 (#297)
Diffstat (limited to 'ZAPD/ZTexture.h')
-rw-r--r--ZAPD/ZTexture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ZAPD/ZTexture.h b/ZAPD/ZTexture.h
index cf85edf..1461ff9 100644
--- a/ZAPD/ZTexture.h
+++ b/ZAPD/ZTexture.h
@@ -97,7 +97,7 @@ public:
/// </summary>
/// <returns></returns>
float GetPixelMultiplyer() const;
-
+
TextureType GetTextureType() const;
/// <summary>
@@ -112,7 +112,7 @@ public:
/// </summary>
/// <returns></returns>
bool IsColorIndexed() const;
-
+
void SetTlut(ZTexture* nTlut);
bool HasTlut() const;
void ParseRawDataLate() override;