Snowgobe 1.4.2 to 1.5.0 patch part 1 (no rejects)
This commit is contained in:
@@ -319,6 +319,9 @@ public:
|
||||
|
||||
void addFace(LLFace* facep) ;
|
||||
void removeFace(LLFace* facep) ;
|
||||
|
||||
void setCanUseHTTP(bool can_use_http) {mCanUseHTTP = can_use_http;};
|
||||
|
||||
private:
|
||||
/*virtual*/ void cleanup(); // Cleanup the LLViewerImage (so we can reinitialize it)
|
||||
|
||||
@@ -424,6 +427,8 @@ private:
|
||||
typedef std::list<LLFace*> ll_face_list_t ;
|
||||
ll_face_list_t mFaceList ; //reverse pointer pointing to the faces using this image as texture
|
||||
|
||||
bool mCanUseHTTP; // can this image be fetched by http
|
||||
|
||||
public:
|
||||
static const U32 sCurrentFileVersion;
|
||||
// Default textures
|
||||
|
||||
Reference in New Issue
Block a user