Skip to content

Commit 3286296

Browse files
committed
fixed compilation for linux
1 parent 19ca945 commit 3286296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/building_farm.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ void building_farm::static_params_t<T>::planer_ghost_preview(build_planner &plan
141141
return;
142142
}
143143

144-
int image_id = get_farm_image(TYPE, end);
144+
int image_id = get_farm_image(this->TYPE, end);
145145
planer.draw_building_ghost(ctx, image_id, pixel + vec2i{ -60, 30 });
146146
draw_crops(ctx, TYPE, 0, end, pixel + vec2i{ -60, 30 }, COLOR_MASK_GREEN);
147147
}

0 commit comments

Comments
 (0)