summaryrefslogtreecommitdiff
path: root/src/mapdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapdata.py')
-rw-r--r--src/mapdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapdata.py b/src/mapdata.py
index f8ededd..67103d9 100644
--- a/src/mapdata.py
+++ b/src/mapdata.py
@@ -14,7 +14,7 @@ class KPObject(object):
self.qtItem = None
def updateCache(self):
- self.cache = KP.map.loadedTilesets[self.tileset].objects[self.kind].render(self.size)
+ self.cache = self.kind.render(self.size)
class KPLayer(object):