Improved error handling (introduced debugsession commandline argument). Startup/shutdown now more verbose. SSE checks if project was compiled with SSE(2)... not sure if windows would reach it if hardware lacked support, but linux/mac may (from V2). Fixed Mac crashes in deferred.
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
|
||||
void setPieSlice(S32 pie_slice) { mPieSlice = pie_slice; }
|
||||
void setVisibleInFirstPerson(BOOL visibility) { mVisibleInFirst = visibility; }
|
||||
BOOL getVisibleInFirstPerson() { return mVisibleInFirst; }
|
||||
BOOL getVisibleInFirstPerson() const { return mVisibleInFirst; }
|
||||
void setGroup(S32 group) { mGroup = group; }
|
||||
void setOriginalPosition(LLVector3 &position);
|
||||
void setAttachmentVisibility(BOOL visible);
|
||||
|
||||
Reference in New Issue
Block a user