diff options
Diffstat (limited to 'src/engine/octaedit.cpp')
| -rw-r--r-- | src/engine/octaedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/octaedit.cpp b/src/engine/octaedit.cpp index 4ba5e17..8652ed6 100644 --- a/src/engine/octaedit.cpp +++ b/src/engine/octaedit.cpp @@ -1610,7 +1610,7 @@ void rendertexturepanel(int w, int h) { hudmatrix.scale(h/1800.0f, h/1800.0f, 1); flushhudmatrix(false); SETSHADER(hudrgb); - int y = 50, gap = 10; + int y = 50, gap = 10;(void)y; gle::defvertex(2); gle::deftexcoord0(); loopi(7) { |
