diff options
Diffstat (limited to 'indra/newview/lltoolpipette.h')
-rwxr-xr-x | indra/newview/lltoolpipette.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/lltoolpipette.h b/indra/newview/lltoolpipette.h index 532f75c3e7..483f179684 100755 --- a/indra/newview/lltoolpipette.h +++ b/indra/newview/lltoolpipette.h @@ -7,6 +7,9 @@ */ // A tool to pick texture entry infro from objects in world (color/texture) +// This tool assumes it is transient in the codebase and must be used +// accordingly. We should probably restructure the way tools are +// managed so that this is handled automatically. #ifndef LL_LLTOOLPIPETTE_H #define LL_LLTOOLPIPETTE_H |