diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-10-22 12:36:12 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-10-22 12:36:12 -0400 |
| commit | f8e615fae73c2cdba2f68a18de8b365ca18a0b81 (patch) | |
| tree | 41cdae95e9d76524d4b99590138a6694a860267d /src/d/d_chain.cpp | |
| parent | da6648d9534f0509a6844710a19778428b9afb8f (diff) | |
cleanup
Diffstat (limited to 'src/d/d_chain.cpp')
| -rw-r--r-- | src/d/d_chain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_chain.cpp b/src/d/d_chain.cpp index a5b3cd49..3314f26a 100644 --- a/src/d/d_chain.cpp +++ b/src/d/d_chain.cpp @@ -75,7 +75,7 @@ static Vec l_pos[] = { { 2.0f, -1.522254f, 7.0f }, }; -static f32 l_texCoord[][2] = { +static cXy l_texCoord[] = { { 0.02736f, 0.041406f }, { 0.97264f, 0.041406f }, { 0.830848f, 0.40324f }, |
