diff options
-rw-r--r-- | src/classes/share/javax/media/j3d/BackgroundRetained.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/classes/share/javax/media/j3d/BackgroundRetained.java b/src/classes/share/javax/media/j3d/BackgroundRetained.java index 6ed3046..971117c 100644 --- a/src/classes/share/javax/media/j3d/BackgroundRetained.java +++ b/src/classes/share/javax/media/j3d/BackgroundRetained.java @@ -248,14 +248,12 @@ class BackgroundRetained extends LeafRetained { if (source.isLive()) { if (texture != null) { texture.clearLive(refCount); - texture.removeUser(this); } } initImage(img); if (source.isLive()) { if (texture != null) { texture.setLive(inBackgroundGroup, refCount); - texture.addUser(this); } sendMessage(IMAGE_CHANGED, |