Skip to content
Snippets Groups Projects
Commit 2c692f63 authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

DRTVWR-559 refcount max change

parent 92b09e3a
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "llerror.h" #include "llerror.h"
// maximum reference count before sounding memory leak alarm // maximum reference count before sounding memory leak alarm
const S32 gMaxRefCount = 65536; const S32 gMaxRefCount = S32_MAX;
LLRefCount::LLRefCount(const LLRefCount& other) LLRefCount::LLRefCount(const LLRefCount& other)
: mRef(0) : mRef(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment