Mask and Pattern modifications

This commit is contained in:
MattBDev
2020-03-17 23:05:52 -04:00
parent 1df5853f33
commit 8a70f97445
17 changed files with 15 additions and 334 deletions

View File

@ -1571,10 +1571,8 @@ public class LocalSession implements TextureHolder {
this.sourceMask = mask;
}
public void setTextureUtil(TextureUtil texture) {
synchronized (this) {
this.texture = texture;
}
public synchronized void setTextureUtil(TextureUtil texture) {
this.texture = texture;
}
/**