diff options
Diffstat (limited to 'indra/newview/llwind.h')
-rwxr-xr-x | indra/newview/llwind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llwind.h b/indra/newview/llwind.h index 3b57f07124..e73d1baa58 100755 --- a/indra/newview/llwind.h +++ b/indra/newview/llwind.h @@ -35,6 +35,8 @@ class LLVector3; class LLBitPack; class LLGroupHeader; +const F32 WIND_SCALE_HACK = 2.0f; // hack to make wind speeds more realistic + class LLWind { |