summaryrefslogtreecommitdiff
path: root/indra/llcommon/llstatenums.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llstatenums.h')
-rw-r--r--indra/llcommon/llstatenums.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcommon/llstatenums.h b/indra/llcommon/llstatenums.h
index a82996b852..45c4fa986b 100644
--- a/indra/llcommon/llstatenums.h
+++ b/indra/llcommon/llstatenums.h
@@ -63,7 +63,8 @@ enum
LL_SIM_STAT_SIMPHYSICSSTEPMS,
LL_SIM_STAT_SIMPHYSICSSHAPEMS,
LL_SIM_STAT_SIMPHYSICSOTHERMS,
- LL_SIM_STAT_SIMPHYSICSMEMORY
+ LL_SIM_STAT_SIMPHYSICSMEMORY,
+ LL_SIM_STAT_SCRIPT_EPS,
};
#endif