Skip to content
Snippets Groups Projects
Commit 85250265 authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-16105 Fix Day cycle editor not expecting an asset

parent 150993e2
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ class LLFloaterEditEnvironmentBase : public LLFloater
void onAssetLoaded(LLUUID asset_id, LLSettingsBase::ptr_t settins, S32 status);
private:
protected:
LLUUID mExpectingAssetId; // for asset load confirmation
};
......
......@@ -194,8 +194,6 @@ class LLFloaterEditExtDayCycle : public LLFloaterEditEnvironmentBase
std::string mLastFrameSlider;
bool mShiftCopyEnabled;
LLUUID mExpectingAssetId;
LLButton* mAddFrameButton;
LLButton* mDeleteFrameButton;
LLButton* mImportButton;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment