summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sdext/source/presenter/PresenterSprite.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterSprite.cxx b/sdext/source/presenter/PresenterSprite.cxx
index 2164566b1811..2fc20968b1cd 100644
--- a/sdext/source/presenter/PresenterSprite.cxx
+++ b/sdext/source/presenter/PresenterSprite.cxx
@@ -70,7 +70,7 @@ void PresenterSprite::SetFactory (
DisposeSprite();
mxSpriteFactory = rxSpriteFactory;
if (mbIsVisible)
- PresenterSprite();
+ ProvideSprite();
}
}