mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:38:27 +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 {
|
Overlay {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
Image {
|
AnimatedImage {
|
||||||
id: image
|
id: image
|
||||||
property bool scaleFix: true
|
property bool scaleFix: true
|
||||||
property real xStart: 0
|
property real xStart: 0
|
||||||
|
|
Loading…
Reference in a new issue