summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerkeyboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llviewerkeyboard.cpp')
-rw-r--r--indra/newview/llviewerkeyboard.cpp12
1 files changed, 2 insertions, 10 deletions
diff --git a/indra/newview/llviewerkeyboard.cpp b/indra/newview/llviewerkeyboard.cpp
index 17c9a1fc10..8129e41727 100644
--- a/indra/newview/llviewerkeyboard.cpp
+++ b/indra/newview/llviewerkeyboard.cpp
@@ -101,11 +101,7 @@ void agent_slide_left( EKeystate s )
if( time < NUDGE_TIME || frame_count <= NUDGE_FRAMES)
{
- if (frame_count == 0)
- {
- // only send nudge on first frame
- gAgent.moveLeftNudge(1);
- }
+ gAgent.moveLeftNudge(1);
}
else
{
@@ -122,11 +118,7 @@ void agent_slide_right( EKeystate s )
if( time < NUDGE_TIME || frame_count <= NUDGE_FRAMES)
{
- if (frame_count == 0)
- {
- // only send nudge on first frame
- gAgent.moveLeftNudge(-1);
- }
+ gAgent.moveLeftNudge(-1);
}
else
{