summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorAnsariel <ansariel.hiller@phoenixviewer.com>2024-04-24 19:49:27 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-04-24 20:55:37 +0300
commit5f4d312c8d2b6ba0fd13279ccfc569acd4f37c82 (patch)
tree4751db8f95f7c7651e37a77c3ccbe79d031d86c5 /indra/newview/llappviewer.cpp
parent4c54488470a37f53f46c9d4694644a10b92b9790 (diff)
Fix BOOL vs bool issues after merge
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 46c49d142a..3411454e46 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -4701,7 +4701,7 @@ void LLAppViewer::idle()
F32 agent_update_time = agent_update_timer.getElapsedTimeF32();
F32 agent_force_update_time = mLastAgentForceUpdate + agent_update_time;
bool timed_out = agent_update_time > (1.0f / (F32)AGENT_UPDATES_PER_SECOND);
- BOOL force_send =
+ bool force_send =
// if there is something to send
(gAgent.controlFlagsDirty() && timed_out)
// if something changed