diff --git a/es-core/src/components/VideoPlayerComponent.cpp b/es-core/src/components/VideoPlayerComponent.cpp index 12cbba08f..eeaba9177 100644 --- a/es-core/src/components/VideoPlayerComponent.cpp +++ b/es-core/src/components/VideoPlayerComponent.cpp @@ -41,7 +41,7 @@ void VideoPlayerComponent::setResize(float width, float height) setSize(width, height); mTargetSize = Vector2f(width, height); mTargetIsMax = false; - mStaticImage.setSize(width, height); + mStaticImage.setResize(width, height); onSizeChanged(); }