summaryrefslogtreecommitdiffstats
path: root/examples/surface/surfacegraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/surface/surfacegraph.cpp')
-rw-r--r--examples/surface/surfacegraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/surface/surfacegraph.cpp b/examples/surface/surfacegraph.cpp
index cb405eb8..a33f060b 100644
--- a/examples/surface/surfacegraph.cpp
+++ b/examples/surface/surfacegraph.cpp
@@ -43,7 +43,7 @@ SurfaceGraph::SurfaceGraph(Q3DSurface *surface)
fillSqrtSinProxy();
//! [2]
- QImage heightMapImage(":/maps/map");
+ QImage heightMapImage(":/maps/mountain");
m_heightMapProxy = new QHeightMapSurfaceDataProxy(heightMapImage);
m_heightMapProxy->setValueRanges(34.0, 40.0, 18.0, 24.0);
//! [2]