Skip to content

Commit 238b617

Browse files
committed
fixed compilation for clang
1 parent 3d6a1f7 commit 238b617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/monument_mastaba.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void building_mastaba::static_params_t<T>::planer_setup_preview_graphics(build_p
6767

6868
template<class T>
6969
void building_mastaba::static_params_t<T>::planer_ghost_preview(build_planner &planer, painter &ctx, tile2i start, tile2i end, vec2i pixel) const {
70-
int image_id = anim[animkeys().base].first_img();
70+
int image_id = this->anim[animkeys().base].first_img();
7171
auto get_image = [image_id] (tile2i tile, tile2i start, vec2i size) {
7272
if (tile == start) {
7373
return image_id;

0 commit comments

Comments
 (0)