summaryrefslogtreecommitdiffstats
path: root/tests/manual/dynamic-model-loader-qml/CuboidEntity.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/dynamic-model-loader-qml/CuboidEntity.qml')
-rw-r--r--tests/manual/dynamic-model-loader-qml/CuboidEntity.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/dynamic-model-loader-qml/CuboidEntity.qml b/tests/manual/dynamic-model-loader-qml/CuboidEntity.qml
index 8555b6903..d9b33c511 100644
--- a/tests/manual/dynamic-model-loader-qml/CuboidEntity.qml
+++ b/tests/manual/dynamic-model-loader-qml/CuboidEntity.qml
@@ -76,7 +76,7 @@ Entity {
QQ2.ColorAnimation {
target: phongMaterial
- property: "warmColor"
+ property: "warm"
from: "red"
to: "blue"
duration: 2500