TBTR: Fix palette recolouring of templates
Fix group overrides affecting template image when cloning vehicle Update template when changing company colours Update template images on demand instead of at load
This commit is contained in:
@@ -642,6 +642,8 @@ public:
|
||||
|
||||
void DrawTemplateList(const Rect &r) const
|
||||
{
|
||||
if (!_template_vehicle_images_valid) UpdateAllTemplateVehicleImages();
|
||||
|
||||
const_cast<TemplateReplaceWindow *>(this)->BuildTemplateGuiList();
|
||||
|
||||
int left = r.left;
|
||||
|
Reference in New Issue
Block a user