mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
change ImageOverlay to use AnimatedImage instead of Image to support .gif files in image overlay objects
This commit is contained in:
parent
69a33428c0
commit
88ba5e5a00
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import "."
|
|||
Overlay {
|
||||
id: root
|
||||
|
||||
Image {
|
||||
AnimatedImage {
|
||||
id: image
|
||||
property bool scaleFix: true
|
||||
property real xStart: 0
|
||||
|
|
Loading…
Reference in a new issue