Update asset_cache.dm

This commit is contained in:
kevinz000
2018-07-26 00:43:52 -07:00
committed by GitHub
parent 44f8c3b0fb
commit 03843f1b20
+1
View File
@@ -225,6 +225,7 @@ GLOBAL_LIST_EMPTY(asset_datums)
var/res_name = "spritesheet_[name].css"
var/fname = "data/spritesheets/[res_name]"
fdel(fname)
text2file(generate_css(), fname)
register_asset(res_name, file(fname))