Fix "at anchor" selector not working in effects.
This commit is contained in:
@@ -104,7 +104,7 @@ namespace Cryville.Crtr {
|
||||
return g.OpenedAnchorName == Name ? c : null;
|
||||
}
|
||||
public override bool IsUpdatable(ISkinnableGroup g, int dl) {
|
||||
return dl >= 1;
|
||||
return dl >= g.AtAnchorDynamicLevel;
|
||||
}
|
||||
}
|
||||
public class Property : SkinSelector {
|
||||
|
Reference in New Issue
Block a user