diff options
| author | xolatile | 2025-08-10 14:30:56 +0200 |
|---|---|---|
| committer | xolatile | 2025-08-10 14:30:56 +0200 |
| commit | bec4167d29a68efd0cd2da36143e7f1c78a119a0 (patch) | |
| tree | f5f75c25e412b000850c4e466db94ee4b804dfa2 /src/engine/normal.cpp | |
| parent | 757096e7df15c14b9b10352fa91663483f9e34f8 (diff) | |
| download | xolatile-badassbug-bec4167d29a68efd0cd2da36143e7f1c78a119a0.tar.xz xolatile-badassbug-bec4167d29a68efd0cd2da36143e7f1c78a119a0.tar.zst | |
Cleared all warnings on GCC...
Diffstat (limited to 'src/engine/normal.cpp')
| -rw-r--r-- | src/engine/normal.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/normal.cpp b/src/engine/normal.cpp index 64c21c6..05c0cf4 100644 --- a/src/engine/normal.cpp +++ b/src/engine/normal.cpp @@ -246,6 +246,7 @@ void setlerpstep(float v, lerpbounds &bounds) { } void initlerpbounds(float u, float v, const lerpvert *lv, int numv, lerpbounds &start, lerpbounds &end) { + (void) u; const lerpvert *first = &lv[0], *second = NULL; loopi(numv-1) { if(lv[i+1].tc.y < first->tc.y) { second = first; first = &lv[i+1]; } |
