From 3d2518d7fb6085a17e4a818e12ce2bc559977169 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 Dec 2016 19:18:31 +0300 Subject: Restore drawing special layer on top of fringe layer. But special layer still drawed in old slow way. --- src/resources/map/maplayer.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/resources/map/maplayer.h') diff --git a/src/resources/map/maplayer.h b/src/resources/map/maplayer.h index 10be2d3aa..b80be7445 100644 --- a/src/resources/map/maplayer.h +++ b/src/resources/map/maplayer.h @@ -192,6 +192,13 @@ class MapLayer final: public MemoryCounter, public ConfigListener void updateCache(const int width, const int height) restrict; + void drawSpecialLayer(Graphics *const graphics, + const int y, + const int startX, + const int endX, + const int scrollX, + const int scrollY) const restrict; + private: const int mX; const int mY; -- cgit v1.2.3-60-g2f50