| 341 | } |
| 342 | |
| 343 | MaterialId MaterialItem::materialId() const { |
| 344 | return m_material; |
| 345 | } |
| 346 | |
| 347 | List<Drawable> const& MaterialItem::generatedPreview(Vec2I position) const { |
| 348 | if (!m_generatedPreviewCache) { |
no outgoing calls
no test coverage detected