diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-12-21 22:24:34 +0000 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-12-21 22:24:34 +0000 |
commit | 11e506f2eb979a5ddfc3ca6f9c626771ab012a78 (patch) | |
tree | a82e87ce0eb77c462106d5b27c4dd3a1b5186d70 /indra/newview/llfloatertexturefetchdebugger.cpp | |
parent | 6c3375356e7366f4384d9233a43d2c58a01e7241 (diff) |
SH-3357 Texture fetch debugger not running correctly under drano-
http phase 1 Some missing counter initialization kept the debugger
from entering the startup state giving the appearance of a do-
nothing floater. Also found some unbound recursion that might need
looking at in the future. (There's a comment.)
Diffstat (limited to 'indra/newview/llfloatertexturefetchdebugger.cpp')
-rw-r--r-- | indra/newview/llfloatertexturefetchdebugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatertexturefetchdebugger.cpp b/indra/newview/llfloatertexturefetchdebugger.cpp index 9157389187..9a23d99802 100644 --- a/indra/newview/llfloatertexturefetchdebugger.cpp +++ b/indra/newview/llfloatertexturefetchdebugger.cpp @@ -4,7 +4,7 @@ * * $LicenseInfo:firstyear=2007&license=viewerlgpl$ * Second Life Viewer Source Code - * Copyright (C) 2010, Linden Research, Inc. + * Copyright (C) 2012, Linden Research, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |