diff options
Diffstat (limited to 'src/touchmanager.cpp')
-rw-r--r-- | src/touchmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touchmanager.cpp b/src/touchmanager.cpp index 6ee96b5d0..843a578ce 100644 --- a/src/touchmanager.cpp +++ b/src/touchmanager.cpp @@ -210,7 +210,7 @@ void TouchManager::draw() } } } - mainGraphics->drawTile(mVertexes); + mainGraphics->drawTileCollection(mVertexes); } else { |