mirror of https://github.com/qt/qtdoc.git
CarRendering: Remove unused texture
The dot texture is never used but dot1 Pick-to: 6.10 6.9 6.8 Change-Id: I269779a1cfe335f3b061ab00a3e7bb3a2ce2e0c7 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
This commit is contained in:
parent
dc82c835ef
commit
d7052eff47
|
@ -65,16 +65,6 @@ Node {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Texture {
|
|
||||||
id: dot
|
|
||||||
source: rootWindow.downloadBase + "/content/images/dot.png"
|
|
||||||
scaleV: 1
|
|
||||||
scaleU: 1
|
|
||||||
positionV: 1
|
|
||||||
positionU: 1
|
|
||||||
mappingMode: Texture.UV
|
|
||||||
}
|
|
||||||
|
|
||||||
Texture {
|
Texture {
|
||||||
id: dot1
|
id: dot1
|
||||||
source: rootWindow.downloadBase + "/content/images/dot.png"
|
source: rootWindow.downloadBase + "/content/images/dot.png"
|
||||||
|
|
Loading…
Reference in New Issue