Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretFox committed May 4, 2018
1 parent 05a7773 commit e2fb0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/fox/DRTweaks/Mod.as
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class com.fox.DRTweaks.Mod {
private function HookLayout(dv:DistributedValue){
if (dv.GetValue()){
m_DressingRoom = _root.dressingroom;
if (!m_DressingRoom.Layout || !m_DressingRoom.m_LeftPanel.m_Background || !m_DressingRoom.m_RightPanel.m_Background || !m_DressingRoom.m_LeftPanel.m_CategoryList._scrollBar ){
if (!m_DressingRoom.Layout || !m_DressingRoom.m_LeftPanel.m_Background || !m_DressingRoom.m_RightPanel.m_Background){
setTimeout(Delegate.create(this, HookLayout), 50, dv);
return
}
Expand Down

0 comments on commit e2fb0ea

Please sign in to comment.