diff options
Diffstat (limited to 'main')
| -rw-r--r-- | main/draw.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/draw.cpp b/main/draw.cpp index 81dd7172..1a9dae26 100644 --- a/main/draw.cpp +++ b/main/draw.cpp @@ -122,8 +122,7 @@ void main_impl::draw_world() noexcept { const local_coords xy{i}; if (auto [atlas, s] = c[xy].scenery(); atlas) - if (s.can_activate(*atlas)) - _anim_mesh.add_clickable(_shader, window_size, pos, std::uint8_t(i), atlas, s, _clickable_scenery); + _anim_mesh.add_clickable(_shader, window_size, pos, std::uint8_t(i), atlas, s, _clickable_scenery); } } } |
