diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-12-29 21:09:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-12-29 22:01:14 +0300 |
commit | 0c06037af71273481958ba8587bbb4082d1ed822 (patch) | |
tree | d20ac88eb7654dab57975d6f02f22ad0d9314872 /src/resources/map/map.h | |
parent | e8b2a5596f569e72e0e7482e8f41aaf7e710d8ec (diff) | |
download | manaverse-0c06037af71273481958ba8587bbb4082d1ed822.tar.gz manaverse-0c06037af71273481958ba8587bbb4082d1ed822.tar.bz2 manaverse-0c06037af71273481958ba8587bbb4082d1ed822.tar.xz manaverse-0c06037af71273481958ba8587bbb4082d1ed822.zip |
Improve drawing tiles.
Remove check for existing tile image in each tile.
From now tiles without image hidden.
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r-- | src/resources/map/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h index ef1a37afa..0225e5ce7 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -357,6 +357,8 @@ class Map final : public Properties, void updateConditionLayers() restrict2; + void preCacheLayers() restrict2; + int calcMemoryLocal() const override final; int calcMemoryChilds(const int level) const override final; |