diff options
Diffstat (limited to 'src/game/client/gc_render_map.cpp')
| -rw-r--r-- | src/game/client/gc_render_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gc_render_map.cpp b/src/game/client/gc_render_map.cpp index 4728f771..d5e7f1a0 100644 --- a/src/game/client/gc_render_map.cpp +++ b/src/game/client/gc_render_map.cpp @@ -102,7 +102,7 @@ void render_quads(QUAD *quads, int num_quads, void (*eval)(float time_offset, in eval(q->pos_env_offset/1000.0f, q->pos_env, channels); offset_x = channels[0]; offset_y = channels[1]; - rot = channels[2]; + rot = channels[2]/360.0f*pi*2; } if(q->color_env >= 0) |