aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/gfxcore.h')
-rw-r--r--engines/tony/gfxcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/gfxcore.h b/engines/tony/gfxcore.h
index 78c4c9bc70..2402b1e029 100644
--- a/engines/tony/gfxcore.h
+++ b/engines/tony/gfxcore.h
@@ -189,7 +189,7 @@ public:
void setDst(const RMPoint &dst) {
_dst.topLeft() = dst;
}
- void setStrecth(bool bStretch) {
+ void setStretch(bool bStretch) {
_bStretch = bStretch;
}