diff options
Diffstat (limited to 'src/touchmanager.cpp')
-rw-r--r-- | src/touchmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/touchmanager.cpp b/src/touchmanager.cpp index adf1e4809..c4f1c59d2 100644 --- a/src/touchmanager.cpp +++ b/src/touchmanager.cpp @@ -220,6 +220,7 @@ void TouchManager::draw() } } } + mainGraphics->finalize(mVertexes); } mainGraphics->drawTileCollection(mVertexes); } |