modules/assets: initialize tilesets

This commit is contained in:
Kazhnuz 2019-04-28 13:02:49 +02:00
parent 5055f84320
commit 116eb34aa2
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ function Assets:clear()
self:resetMusic()
self:clearBackgrounds()
self:clearFonts()
self:clearTileset()
self:clearImages()
end