squish oversized subsurfaces while animating
This commit is contained in:
parent
668dc9bd9c
commit
f461ea3105
2 changed files with 14 additions and 1 deletions
|
|
@ -67,6 +67,9 @@ struct SRenderData {
|
|||
|
||||
// for blurring
|
||||
bool blur = false;
|
||||
|
||||
// for windows that animate poorly
|
||||
bool squishOversized = false;
|
||||
};
|
||||
|
||||
struct SStringRuleNames {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue