Added a small comment.

This commit is contained in:
Relintai 2021-08-17 14:56:11 +02:00
parent 97759a63ea
commit 5a584fa578

View File

@ -267,6 +267,8 @@ void TiledWallData::add_textures_into(Ref<TexturePacker> texture_packer) {
#endif
void TiledWallData::setup_cache(Ref<PropMaterialCache> cache) {
//Note: the caller should lock and unlock the cache!
call("_setup_cache", cache);
}
void TiledWallData::_setup_cache(Ref<PropMaterialCache> cache) {