summaryrefslogtreecommitdiff
path: root/indra/newview/llphysicsmotion.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llphysicsmotion.h')
-rw-r--r--indra/newview/llphysicsmotion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llphysicsmotion.h b/indra/newview/llphysicsmotion.h
index b246fa99bb..a3b8e293f1 100644
--- a/indra/newview/llphysicsmotion.h
+++ b/indra/newview/llphysicsmotion.h
@@ -66,7 +66,7 @@ public:
//-------------------------------------------------------------------------
// motions must specify whether or not they loop
- virtual BOOL getLoop() { return TRUE; }
+ virtual bool getLoop() { return true; }
// motions must report their total duration
virtual F32 getDuration() { return 0.0; }