diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-19 21:29:37 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-19 21:29:37 -0500 |
| commit | ec3f7f0198981e4ddbb6aaab68521396c0a6ca51 (patch) | |
| tree | 238297c7d9a0206ec952d47b88986ef6dde0c2b5 /src/JSystem/J3DGraphBase/J3DGD.cpp | |
| parent | 1f8f630e2f497515a71e1c3a74c6e943c0ed8ef6 (diff) | |
misc minor cleanup (indentation, offset comments, etc)
Diffstat (limited to 'src/JSystem/J3DGraphBase/J3DGD.cpp')
| -rw-r--r-- | src/JSystem/J3DGraphBase/J3DGD.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/J3DGraphBase/J3DGD.cpp b/src/JSystem/J3DGraphBase/J3DGD.cpp index 715a8126..987109fb 100644 --- a/src/JSystem/J3DGraphBase/J3DGD.cpp +++ b/src/JSystem/J3DGraphBase/J3DGD.cpp @@ -227,7 +227,7 @@ void J3DGDSetTexCoordGen(GXTexGenType type, GXTexGenSrc src) { switch (src) { case GX_TG_POS: row = 0; form = 1; break; - case GX_TG_NRM: row = 1; form = 1; break; + case GX_TG_NRM: row = 1; form = 1; break; case GX_TG_BINRM: row = 3; form = 1; break; case GX_TG_TANGENT: row = 4; form = 1; break; case GX_TG_COLOR0: row = 2; break; |
