diff options
author | MNikolenko ProductEngine <mnikolenko@productengine.com> | 2014-05-07 11:46:47 +0300 |
---|---|---|
committer | MNikolenko ProductEngine <mnikolenko@productengine.com> | 2014-05-07 11:46:47 +0300 |
commit | c8e4f2b10e508507a2c68f2f8eb63baf008a9eba (patch) | |
tree | 6e5a32ce5b979307e33904b61d29fd2b04fbb6c6 /indra/newview/lllocalbitmaps.h | |
parent | 849ce1e30c080d71e4af8dc8f24720274a126f4c (diff) |
MAINT-4004 FIXED Check image's dimensions and show notification if it's larger than allowed.
Diffstat (limited to 'indra/newview/lllocalbitmaps.h')
-rwxr-xr-x | indra/newview/lllocalbitmaps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lllocalbitmaps.h b/indra/newview/lllocalbitmaps.h index 2ee84bf46e..820157000c 100755 --- a/indra/newview/lllocalbitmaps.h +++ b/indra/newview/lllocalbitmaps.h @@ -119,6 +119,7 @@ class LLLocalBitmapMgr public: static bool addUnit(); static void delUnit(LLUUID tracking_id); + static bool checkTextureDimensions(std::string filename); static LLUUID getWorldID(LLUUID tracking_id); static std::string getFilename(LLUUID tracking_id); |