diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-12-31 22:53:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-12-31 22:53:42 +0300 |
commit | 896d41e4b073046c59933ea8829474bd82b9c506 (patch) | |
tree | 737bbfa3381f9d0ddd8629faf29dd6dce0ca4be3 /src/resources/map/mapitem.h | |
parent | 1962d62c1e209af7d61e85a4ed3675f0a16e5924 (diff) | |
download | plus-896d41e4b073046c59933ea8829474bd82b9c506.tar.gz plus-896d41e4b073046c59933ea8829474bd82b9c506.tar.bz2 plus-896d41e4b073046c59933ea8829474bd82b9c506.tar.xz plus-896d41e4b073046c59933ea8829474bd82b9c506.zip |
Improve special layers draw speed in same way like fringe layer.
Diffstat (limited to 'src/resources/map/mapitem.h')
-rw-r--r-- | src/resources/map/mapitem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/map/mapitem.h b/src/resources/map/mapitem.h index 949eae9ea..eeff85f88 100644 --- a/src/resources/map/mapitem.h +++ b/src/resources/map/mapitem.h @@ -33,6 +33,7 @@ class MapItem final public: friend class Map; friend class MapLayer; + friend class SpecialLayer; MapItem(); |