Adding new expression tests.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2024-10-26 01:06:24 +02:00
parent a01b7a17ef
commit 2594fd6844
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
9 changed files with 274 additions and 62 deletions

View file

@ -224,7 +224,7 @@ export class DrawableObject {
currentObjectsByName[objName].requiredBy.push(this)
}
}
if(this[property].cached && this[property].requiredObjects().length > 0)
if(this[property].canBeCached && this[property].requiredObjects().length > 0)
// Recalculate
this[property].recache()